mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
remove -static-libstdc++ -static-libgcc from bootimage-generator-lflags
MinGW-w64's GCC doesn't understand those flags, and we shouldn't be linking statically or dynamically with either of those libraries.
This commit is contained in:
parent
c80ffa041d
commit
651145bd61
1
makefile
1
makefile
@ -656,7 +656,6 @@ ifeq ($(platform),windows)
|
||||
rpath =
|
||||
|
||||
lflags = -L$(lib) $(common-lflags) -lws2_32 -liphlpapi -mconsole
|
||||
bootimage-generator-lflags = -static-libstdc++ -static-libgcc
|
||||
cflags = -I$(inc) $(common-cflags) -DWINVER=0x0500
|
||||
|
||||
ifeq (,$(filter mingw32 cygwin,$(build-platform)))
|
||||
|
Loading…
Reference in New Issue
Block a user