Fix mingw/cygwin detection in shlr
This commit is contained in:
parent
7d55e7737d
commit
ff79d1e2a0
|
@ -23,7 +23,7 @@ SDB_URL=git://github.com/radare/sdb
|
|||
PWD=$(shell pwd)
|
||||
SDB_CONFIG=${PWD}/sdb-config.mk
|
||||
|
||||
ifneq (,$(findstring CYGWIN,${OSTYPE})$(findstring MINGW32,${OSTYPE}))
|
||||
ifneq (,$(findstring cygwin,${OSTYPE})$(findstring mingw32,${OSTYPE}))
|
||||
CFLAGS_SHARED=
|
||||
else
|
||||
CFLAGS_SHARED=-fPIC
|
||||
|
|
Loading…
Reference in New Issue