mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
Bug 813911 - Fix nrappkit on Android in gyp build file. r=dmose, ted
This commit is contained in:
parent
2536d3e260
commit
d00c43b665
@ -194,15 +194,13 @@
|
||||
'./src/port/win32/include/csi_platform.h',
|
||||
],
|
||||
}],
|
||||
|
||||
|
||||
## Linux
|
||||
[ 'OS == "linux"', {
|
||||
'cflags': [
|
||||
'-Wall',
|
||||
'-Wno-parentheses',
|
||||
'-Wno-strict-prototypes',
|
||||
'-Wmissing-prototypes',
|
||||
[ '(OS == "linux") or (OS == "android")', {
|
||||
'cflags_mozilla': [
|
||||
'-Wall',
|
||||
'-Wno-parentheses',
|
||||
'-Wno-strict-prototypes',
|
||||
'-Wmissing-prototypes',
|
||||
],
|
||||
'defines' : [
|
||||
'LINUX',
|
||||
@ -214,13 +212,13 @@
|
||||
'NEW_STDIO'
|
||||
'RETSIGTYPE=void',
|
||||
'TIME_WITH_SYS_TIME_H=1',
|
||||
'NO_REG_RPC=1',
|
||||
'__UNUSED__="__attribute__((unused))"',
|
||||
],
|
||||
|
||||
'include_dirs': [
|
||||
'src/port/linux/include'
|
||||
],
|
||||
|
||||
'sources': [
|
||||
'./src/port/linux/include/csi_platform.h',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user