Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
4TU
hb-appstore
Commits
424913b4
Commit
424913b4
authored
May 14, 2020
by
vgmoose
🌱
Browse files
switch: remove mbedtls dependency
curl uses libnx tls backend introduced in v3.2.0
parent
65585820
Pipeline
#145847176
failed with stage
in 10 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile.switch
Makefile.switch
+1
-1
No files found.
Makefile.switch
View file @
424913b4
...
...
@@ -45,7 +45,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++14
ASFLAGS
:=
-g
$(ARCH)
LDFLAGS
=
-specs
=
$(DEVKITPRO)
/libnx/switch.specs
-g
$(ARCH)
-Wl
,-Map,
$(
notdir
$*
.map
)
LIBS
:=
-lSDL2_ttf
-lfreetype
-lpng
-lSDL2_gfx
-lSDL2_image
-lSDL2
-lEGL
-lGLESv2
-lglapi
-ldrm_nouveau
-lbz2
-ljpeg
-lwebp
-lcurl
-lmbedtls
-lmbedx509
-lmbedcrypto
-lz
-lnx
LIBS
:=
-lSDL2_ttf
-lfreetype
-lpng
-lSDL2_gfx
-lSDL2_image
-lSDL2
-lEGL
-lGLESv2
-lglapi
-ldrm_nouveau
-lbz2
-ljpeg
-lwebp
-lcurl
-lz
-lnx
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment