mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-13 23:47:07 +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
|
fpic := -fPIC
|
||||||
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
||||||
GL_LIB := -lGL
|
GL_LIB := -lGL
|
||||||
|
LIBS += -lpthread -lGL -luuid -Lthird_party/opus/lib
|
||||||
else ifneq (,$(findstring osx,$(platform)))
|
else ifneq (,$(findstring osx,$(platform)))
|
||||||
TARGET := $(TARGET_NAME)_libretro.dylib
|
TARGET := $(TARGET_NAME)_libretro.dylib
|
||||||
fpic := -fPIC
|
fpic := -fPIC
|
||||||
|
|
Loading…
Reference in a new issue