mirror of
https://github.com/rock88/moonlight-nx
synced 2025-02-17 04:58:31 +00:00
Remove unused link libs
This commit is contained in:
parent
b3e71b97c0
commit
d6fb42d239
1 changed files with 2 additions and 2 deletions
|
@ -81,9 +81,9 @@ ASFLAGS := -g $(ARCH)
|
|||
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
|
||||
|
||||
LIBS := -lcurl -lmbedtls -lmbedx509 -lmbedcrypto \
|
||||
-lavcodec -lavutil -lopus -lbz2 -lz -lexpat -lm \
|
||||
-lavcodec -lavutil -lopus -lz -lexpat \
|
||||
-lglad -lEGL -lglapi -ldrm_nouveau -lglfw3 \
|
||||
-lnx -lwebp -lswresample -lavformat -lvpx -ljansson
|
||||
-lnx -lswresample -lvpx -ljansson
|
||||
|
||||
LIBGAMESTREAM_C_SOURCES = \
|
||||
xml.c
|
||||
|
|
Loading…
Add table
Reference in a new issue