Fix Linux ia32/arm build

This commit is contained in:
Cheng Zhao 2017-07-31 12:37:56 +09:00
parent e10ebfa7f3
commit 22bf43ecc0

View file

@ -208,7 +208,7 @@
},
},
'conditions': [
['OS=="linux"', {
['OS=="linux" and target_arch=="x64"', {
'defines': [
'_GLIBCXX_DEBUG',
],