Skip to content

Commit 09a7ec7

Browse files
committed
enable CloudSync and SSL for libnx
1 parent cbed0af commit 09a7ec7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.libnx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ HAVE_CHD = 1
5757
HAVE_STB_VORBIS = 1
5858
HAVE_IBXM = 1
5959
HAVE_CORE_INFO_CACHE = 1
60+
HAVE_CLOUD_SYNC = 1
61+
HAVE_SSL = 1
6062

6163
# RetroArch libnx useful flags
6264
HAVE_THREADS = 1
@@ -148,7 +150,7 @@ LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs $(ARCH) -Wl,--allow-multiple-de
148150
# add things from Makefile.common
149151
CFLAGS += $(DEF_FLAGS)
150152

151-
LIBS := -lswresample -lavformat -lavcodec -lavutil -lswscale -lstdc++ -lbz2 -lpng -lz -lnx -lvpx -lopus -llzma -lm
153+
LIBS := -lswresample -lavformat -lavcodec -lavutil -lswscale -lstdc++ -lbz2 -lpng -lz -lnx -lvpx -lopus -llzma -lmbedtls -lmbedx509 -lmbedcrypto -lnx -lm
152154

153155
ifeq ($(HAVE_OPENGL), 1)
154156
LIBS := -lEGL -lglapi -ldrm_nouveau $(LIBS)

0 commit comments

Comments
 (0)