Fixed detection of Clang compiler on Windows platform.
This commit is contained in:
parent
30d981a6ff
commit
d43d9e98cf
@ -23,7 +23,7 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(firstword $(filter %-mingw32 %-cygwin,$(DUMPMACHINE))),)
|
||||
ifeq ($(firstword $(filter %-mingw32 %-windows-gnu %-cygwin,$(DUMPMACHINE))),)
|
||||
DLL_LDFLAGS = -shared
|
||||
DLL_SUFFIX := .so
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user