From 0e9861123ea6f9272f7043bab490d6f3192f72ba Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 21 Dec 2019 15:58:46 +0300 Subject: toolchains/boost: add *.exe toolchains It doesn't work without the .exe on e.g. Cygwin. --- toolchains/boost/mingw-w64-x64-exe.jam | 1 + toolchains/boost/mingw-w64-x86-exe.jam | 1 + 2 files changed, 2 insertions(+) create mode 100644 toolchains/boost/mingw-w64-x64-exe.jam create mode 100644 toolchains/boost/mingw-w64-x86-exe.jam (limited to 'toolchains/boost') 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 ; diff --git a/toolchains/boost/mingw-w64-x86-exe.jam b/toolchains/boost/mingw-w64-x86-exe.jam new file mode 100644 index 0000000..ad06bf3 --- /dev/null +++ b/toolchains/boost/mingw-w64-x86-exe.jam @@ -0,0 +1 @@ +using gcc : : i686-w64-mingw32-g++.exe ; -- cgit v1.2.3