mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Compare commits
1 Commits
6e4a9e85a2
...
jdm-patch-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e25897e62 |
@@ -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']])
|
||||
|
||||
Reference in New Issue
Block a user