Libretro: Fix crash on some linux systems
This commit is contained in:
parent
0e33861754
commit
14086d0007
|
@ -35,7 +35,7 @@ endif
|
|||
ifeq ($(platform), unix)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
fpic := -fPIC
|
||||
SHARED := -shared
|
||||
SHARED := -shared -Wl,-no-undefined -Wl,--version-script=link.T
|
||||
TILED_RENDERING = 1
|
||||
else ifeq ($(platform), osx)
|
||||
TARGET := $(TARGET_NAME)_libretro.dylib
|
||||
|
|
Loading…
Reference in New Issue