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/android.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/android.txt')
-rw-r--r-- | src/build-data/os/android.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/android.txt b/src/build-data/os/android.txt index 0f9d73f85..e55a7e3d3 100644 --- a/src/build-data/os/android.txt +++ b/src/build-data/os/android.txt @@ -20,5 +20,6 @@ getauxval sockets threads +thread_local filesystem </target_features> |