mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
Fix Mingw building [3]
This commit is contained in:
parent
0324837100
commit
08c5adee04
@ -92,7 +92,7 @@ ifeq (${OS},w32)
|
||||
OSTYPE=MINGW32
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring mingw,${OSTYPE})$(findstring msys,${OSTYPE})$(findstring cygwin,${OSTYPE}))
|
||||
ifneq (,$(findstring MINGW,${OSTYPE})$(findstring MSYS,${OSTYPE})$(findstring CYGWIN,${OSTYPE}))
|
||||
EXT_SO=dll
|
||||
SOVER=${EXT_SO}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user