aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/toolchains/boost/mingw-w64-x64-exe.jam
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-21 15:58:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-21 15:59:32 +0300
commit0e9861123ea6f9272f7043bab490d6f3192f72ba (patch)
tree1a81cee407a377d0f5605ad256828a94c96f7ba6 /toolchains/boost/mingw-w64-x64-exe.jam
parentcommon.cmake: rename internal functions (diff)
downloadcmake-common-0e9861123ea6f9272f7043bab490d6f3192f72ba.tar.gz
cmake-common-0e9861123ea6f9272f7043bab490d6f3192f72ba.zip
toolchains/boost: add *.exe toolchains
It doesn't work without the .exe on e.g. Cygwin.
Diffstat (limited to 'toolchains/boost/mingw-w64-x64-exe.jam')
-rw-r--r--toolchains/boost/mingw-w64-x64-exe.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchains/boost/mingw-w64-x64-exe.jam b/toolchains/boost/mingw-w64-x64-exe.jam
new file mode 100644
index 0000000..3358a92
--- /dev/null
+++ b/toolchains/boost/mingw-w64-x64-exe.jam
@@ -0,0 +1 @@
+using gcc : : x86_64-w64-mingw32-g++.exe ;