mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-12 23:17:18 +00:00
commit
5beba07c9c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -37,6 +37,7 @@ ifeq ($(platform), unix)
|
|||
fpic := -fPIC
|
||||
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
GL_LIB := -lGL
|
||||
LIBS += -lpthread -lGL -luuid -Lthird_party/opus/lib
|
||||
else ifneq (,$(findstring osx,$(platform)))
|
||||
TARGET := $(TARGET_NAME)_libretro.dylib
|
||||
fpic := -fPIC
|
||||
|
|
Loading…
Reference in a new issue