mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
build: Try posix-specific CXX first for mingw32 host
This commit is contained in:
parent
1186910b6b
commit
f09ed92be1
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
ifneq ($(shell which $(host)-g++-posix),)
|
||||
mingw32_CXX := $(host)-g++-posix
|
||||
endif
|
||||
|
||||
mingw32_CFLAGS=-pipe
|
||||
mingw32_CXXFLAGS=$(mingw32_CFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue