fix mingw build
This commit is contained in:
parent
ea8c587f49
commit
f2a6ffc48e
1 changed files with 4 additions and 0 deletions
|
@ -106,6 +106,10 @@ LDFLAGS=-Wl,--enable-runtime-pseudo-reloc-v2
|
|||
CONFIGURE_ACTION=./configure
|
||||
CONFIGURE_FLAGS+=--without-x --enable-multithreaded --enable-exceptions LIBS=-lgdi32
|
||||
|
||||
.IF "$(CROSS_COMPILING)"=="YES"
|
||||
CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
|
||||
.ENDIF
|
||||
|
||||
BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
|
||||
.ELSE
|
||||
CONFIGURE_ACTION=
|
||||
|
|
Loading…
Reference in a new issue