diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-09-21 15:36:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-21 15:36:16 -0400 |
commit | 9e25897e6235b8bf9739be8dfe188d72dd9e7846 (patch) | |
tree | 1987a05f7d0b90934d67eb3760bef99156e5a78a | |
parent | 34385d90aafca94e0e1cac23ddc5aa29a3cdba41 (diff) | |
download | servo-jdm-patch-32.tar.gz servo-jdm-patch-32.zip |
Remove unnecessary define from android build.jdm-patch-32
-rw-r--r-- | python/servo/build_commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 8182f42dc9e..0502edb6e76 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -383,7 +383,6 @@ class MachCommands(CommandBase): "-I" + cxx_include, "-isystem", sysroot_include, "-L" + gcc_libs, - "-D__STDC_CONSTANT_MACROS", "-D__NDK_FPABI__="]) env["NDK_ANDROID_VERSION"] = android_platform.replace("android-", "") env['CPPFLAGS'] = ' '.join(["--sysroot", env['ANDROID_SYSROOT']]) |