diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 15:56:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 16:44:07 +0300 |
commit | 77571d71ce48a68cbd6d3a931b89d07e298f3f34 (patch) | |
tree | 851f2d175062dd6e176ebf7026a4270eee59c7d0 /toolchains | |
parent | build_boost_travis.sh -> build/boost/ (diff) | |
download | cmake-common-77571d71ce48a68cbd6d3a931b89d07e298f3f34.tar.gz cmake-common-77571d71ce48a68cbd6d3a931b89d07e298f3f34.zip |
toolchains: add Boost user configs
Diffstat (limited to '')
-rw-r--r-- | toolchains/boost/mingw-w64-x64.jam | 1 | ||||
-rw-r--r-- | toolchains/boost/mingw-w64-x86.jam | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/toolchains/boost/mingw-w64-x64.jam b/toolchains/boost/mingw-w64-x64.jam new file mode 100644 index 0000000..799c943 --- /dev/null +++ b/toolchains/boost/mingw-w64-x64.jam @@ -0,0 +1 @@ +using gcc : : x86_64-w64-mingw32-g++ ; diff --git a/toolchains/boost/mingw-w64-x86.jam b/toolchains/boost/mingw-w64-x86.jam new file mode 100644 index 0000000..27452b0 --- /dev/null +++ b/toolchains/boost/mingw-w64-x86.jam @@ -0,0 +1 @@ +using gcc : : i686-w64-mingw32-g++ ; |