From 272add7aa25cdc254152ddebeae598d9e8c896d7 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 7 Sep 2013 20:26:59 -0700 Subject: add some cpu undefs that are important for configure steps --- tools/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/shared.py b/tools/shared.py index 2e11d736..f0e480eb 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -579,7 +579,7 @@ if USE_EMSDK: '-Xclang', '-isystem' + path_from_root('system', 'include', 'net'), '-Xclang', '-isystem' + path_from_root('system', 'include', 'SDL'), ] + [ - '-U__APPLE__', '-U__linux__' + '-U__APPLE__', '-U__linux__', '-U__MMX__', '-U__SSE__', '-U__SSE2__' ] if LLVM_TARGET != 'le32-unknown-nacl': EMSDK_CXX_OPTS = ['-nostdinc++'] # le32 target does not need -nostdinc++ -- cgit v1.2.3-18-g5258