Merge pull request #10161 from electron/fix-cross-linux

Fix Linux ia32/arm build
This commit is contained in:
Cheng Zhao 2017-07-31 15:34:40 +09:00 committed by GitHub
commit 2d644a1560

View file

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