mirror of
https://github.com/libretro/scenewalker-libretro.git
synced 2024-11-23 15:59:52 +00:00
Fix LInux build.
This commit is contained in:
parent
5c36376eda
commit
2516a1ae43
4
Makefile
4
Makefile
@ -15,8 +15,8 @@ endif
|
||||
ifeq ($(platform), unix)
|
||||
TARGET := libretro.so
|
||||
fpic := -fPIC
|
||||
SHARED := -lz -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
GL_LIB := -lGL
|
||||
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
GL_LIB := -lGL -lz
|
||||
else ifeq ($(platform), osx)
|
||||
TARGET := libretro.dylib
|
||||
fpic := -fPIC
|
||||
|
Loading…
Reference in New Issue
Block a user