Fix Linux ia32/arm build
This commit is contained in:
parent
e10ebfa7f3
commit
22bf43ecc0
1 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@
|
|||
},
|
||||
},
|
||||
'conditions': [
|
||||
['OS=="linux"', {
|
||||
['OS=="linux" and target_arch=="x64"', {
|
||||
'defines': [
|
||||
'_GLIBCXX_DEBUG',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue