We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1186910 commit f09ed92Copy full SHA for f09ed92
depends/hosts/mingw32.mk
@@ -1,3 +1,7 @@
1
+ifneq ($(shell which $(host)-g++-posix),)
2
+mingw32_CXX := $(host)-g++-posix
3
+endif
4
+
5
mingw32_CFLAGS=-pipe
6
mingw32_CXXFLAGS=$(mingw32_CFLAGS)
7
0 commit comments