diff options
author | Simon Warta <[email protected]> | 2017-01-02 23:34:14 +0100 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-01-03 00:14:20 +0100 |
commit | cfcc24e9d54a5b3c31de8b4a82e55f4ac55ecb82 (patch) | |
tree | 917e5cb7d0cb467ab85906c13f6468e1d2a14ab8 /src/build-data/cc/clang.txt | |
parent | 4536a57020cdfb1c58316375999d3e50be704e92 (diff) |
Add os ios
Diffstat (limited to 'src/build-data/cc/clang.txt')
-rw-r--r-- | src/build-data/cc/clang.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index 055315c3b..15538307c 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -80,5 +80,6 @@ x86_64 -> "-m64" ppc64 -> "-m64" darwin -> "-stdlib=libc++" +ios -> "-stdlib=libc++" netbsd -> "-D_NETBSD_SOURCE" </mach_abi_linking> |