mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
Define USE_AURA for Windows
This is true inside of libchromiumcontent, so we need to mirror that here.
This commit is contained in:
@@ -77,6 +77,11 @@
|
||||
},
|
||||
},
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'defines': [
|
||||
'USE_AURA',
|
||||
],
|
||||
}],
|
||||
['OS not in ["mac", "win"]', {
|
||||
'defines': [
|
||||
'USE_X11',
|
||||
|
||||
Reference in New Issue
Block a user