diff options
author | Jack Lloyd <[email protected]> | 2019-07-19 18:00:37 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-07-19 18:00:37 -0400 |
commit | 13bddf2d10ffcd35db2798ac1b4ad1d5c0e0e99e (patch) | |
tree | 37a55768683bb466dc77078977f2484d0dc5d8df /src/build-data/os/mingw.txt | |
parent | aa314cddff4d8875542de036739f9916720e5e9e (diff) |
Support disable thread_local but not threads
Needed for old iOS and maybe other things GH #2045
Diffstat (limited to 'src/build-data/os/mingw.txt')
-rw-r--r-- | src/build-data/os/mingw.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt index 8394eade6..d81fc97f4 100644 --- a/src/build-data/os/mingw.txt +++ b/src/build-data/os/mingw.txt @@ -23,5 +23,6 @@ rtlgenrandom virtual_lock threads +thread_local filesystem </target_features> |