diff options
author | Jack Lloyd <[email protected]> | 2017-12-30 12:11:00 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-30 12:11:00 -0500 |
commit | b97460499a8c6bb5faaf32c331d89c5d2d42b323 (patch) | |
tree | 9b898b3d376e03772cb1c2b43c0d701d0bfa3e5b /src/build-data/os/mingw.txt | |
parent | e767318a734d017216a70510ee2c9bdfe1d2c3ff (diff) |
Support regexes for OS aliases
Needed for mingw which has unames like mingw32_nt-6.3 and thus varies
based on the underlying version. Might be useful elsewhere.
Diffstat (limited to 'src/build-data/os/mingw.txt')
-rw-r--r-- | src/build-data/os/mingw.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt index da3f1ede7..b0e98e166 100644 --- a/src/build-data/os/mingw.txt +++ b/src/build-data/os/mingw.txt @@ -12,7 +12,7 @@ doc_dir share/doc <aliases> msys -mingw32 +mingw32.* </aliases> <target_features> |