diff options
author | Aki <please@ignore.pl> | 2023-01-14 23:06:51 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-01-14 23:06:51 +0100 |
commit | e13470fa3db95b0b73ccc236a80a41a78eb9fdb1 (patch) | |
tree | ac52d92195c49eb62546cf803f79948dd4b0d33d /README | |
parent | e88511aef7dbce1e9184b129ee6a8dc817311f88 (diff) | |
download | mingw-w64-cmake-toolchains-e13470fa3db95b0b73ccc236a80a41a78eb9fdb1.zip mingw-w64-cmake-toolchains-e13470fa3db95b0b73ccc236a80a41a78eb9fdb1.tar.gz mingw-w64-cmake-toolchains-e13470fa3db95b0b73ccc236a80a41a78eb9fdb1.tar.bz2 |
Added a word about wrapper scripts in case someone asks
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ There is also an unconventional install target: "Unconventional," because there is no usual location to put toolchain files. Additionally, some toolchains distribute with their definitions and some not (MinGW for instance; that's why we are here). This is an attempt to have some -consistency in my environment for my own convenience. +consistency in my environment for my own convenience without using wrapper scripts for cmake. |