mirror of https://github.com/snes9xgit/snes9x.git
libretro: re-add parameter to detect missing symbols
This commit is contained in:
parent
cb27f5bf24
commit
af9fc7e2de
|
@ -56,7 +56,7 @@ ifneq (,$(findstring unix,$(platform)))
|
|||
CC = gcc
|
||||
SHARED := -shared -z defs
|
||||
else
|
||||
SHARED := -shared -Wl,--version-script=link.T
|
||||
SHARED := -shared -Wl,--version-script=link.T -Wl,-z,defs
|
||||
endif
|
||||
ifneq ($(findstring Haiku,$(shell uname -a)),)
|
||||
LIBS :=
|
||||
|
|
Loading…
Reference in New Issue