mirror of https://github.com/snes9xgit/snes9x.git
Allow Solaris build
This commit is contained in:
parent
645f47187a
commit
63297e4238
|
@ -56,7 +56,7 @@ ifneq (,$(findstring unix,$(platform)))
|
|||
CC = gcc
|
||||
SHARED := -shared -z defs
|
||||
else
|
||||
SHARED := -shared -Wl,--version-script=link.T -Wl,-z,defs
|
||||
SHARED := -shared -Wl,--version-script=link.T
|
||||
endif
|
||||
ifneq ($(findstring Haiku,$(shell uname -a)),)
|
||||
LIBS :=
|
||||
|
|
Loading…
Reference in New Issue