libretro: re-add parameter to detect missing symbols

This commit is contained in:
OV2 2018-07-03 22:53:58 +02:00
parent cb27f5bf24
commit af9fc7e2de
1 changed files with 1 additions and 1 deletions

View File

@ -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 :=