(Unix) Fix build - Define stricmp for Unix build - fixes startup

of sexyparo.zip
This commit is contained in:
twinaphex 2012-11-04 08:35:12 +01:00
parent 2c4e3d31c5
commit f4e1d044bd

View File

@ -18,6 +18,7 @@ ifeq ($(platform), unix)
EMULATOR = libretro.so
CFLAGS += -fPIC
PLATCFLAGS += -Dstricmp=strcasecmp
LDFLAGS += -fPIC -shared -Wl,--version-script=src/libretro/link.T
else ifeq ($(platform), osx)
EMULATOR = libretro.dylib