aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/boost/toolchains/mingw-w64-x86-exe.jam
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-25 01:51:23 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-25 01:51:23 +0300
commitbdff7fc4fbf039688010eeac7a2860d841fc2d1f (patch)
tree4b559755125e6c35ad83fc0a5892a5b3afa19df5 /boost/toolchains/mingw-w64-x86-exe.jam
parentsupport all 4 cmake default configurations (diff)
downloadcmake-common-bdff7fc4fbf039688010eeac7a2860d841fc2d1f.tar.gz
cmake-common-bdff7fc4fbf039688010eeac7a2860d841fc2d1f.zip
boost/cmake: specify Windows explicitly in toolchains
Diffstat (limited to '')
-rw-r--r--boost/toolchains/mingw-w64-x86-exe.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/toolchains/mingw-w64-x86-exe.jam b/boost/toolchains/mingw-w64-x86-exe.jam
index ad06bf3..87beca0 100644
--- a/boost/toolchains/mingw-w64-x86-exe.jam
+++ b/boost/toolchains/mingw-w64-x86-exe.jam
@@ -1 +1 @@
-using gcc : : i686-w64-mingw32-g++.exe ;
+using gcc : : i686-w64-mingw32-g++.exe : <target-os>windows ;