diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 18:00:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 18:03:37 +0300 |
commit | d7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc (patch) | |
tree | 36834e3fe8a8f06e589cc4aff90cf3a8271c2857 /toolchains/boost/mingw-w64-x64-exe.jam | |
parent | common.cmake: don't use keyword- target_link_libraries (diff) | |
download | cmake-common-d7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc.tar.gz cmake-common-d7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc.zip |
rearrange all files completely
Diffstat (limited to 'toolchains/boost/mingw-w64-x64-exe.jam')
-rw-r--r-- | toolchains/boost/mingw-w64-x64-exe.jam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchains/boost/mingw-w64-x64-exe.jam b/toolchains/boost/mingw-w64-x64-exe.jam deleted file mode 100644 index 3358a92..0000000 --- a/toolchains/boost/mingw-w64-x64-exe.jam +++ /dev/null @@ -1 +0,0 @@ -using gcc : : x86_64-w64-mingw32-g++.exe ; |