aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-02-28 00:35:29 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2013-03-25 00:34:11 +0700
commit90338c69f75bf4c0b07bd7552b9c47755194eca8 (patch)
tree902d6292433d5b740bcdb8df2025825246ed5397 /tools/shared.py
parent1a0bccc11d4ba74f8891b70dca1a723a4a7b932a (diff)
Get things working with the new libcxx / libcxxabi.
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 33e37b1c..c31d3ff4 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -398,8 +398,7 @@ if USE_EMSDK:
'-Xclang', '-isystem' + path_from_root('system', 'include', 'net'),
'-Xclang', '-isystem' + path_from_root('system', 'include', 'SDL'),
] + [
- '-U__APPLE__', '-U__linux__',
- '-D_LIBCPP_HAS_NO_DELETED_FUNCTIONS' # otherwise libc++ has errors with --std=c++11
+ '-U__APPLE__', '-U__linux__'
]
COMPILER_OPTS += EMSDK_OPTS
else: