mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add required defines under 32bit Linux
This commit is contained in:
@@ -64,11 +64,13 @@
|
||||
'<!@(pkg-config --cflags <(linux_system_libraries))',
|
||||
# Needed by using libgtk2ui:
|
||||
'-Wno-deprecated-register',
|
||||
'-Wno-sentinel',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'cflags': [
|
||||
'<!@(pkg-config --cflags <(linux_system_libraries))',
|
||||
'-Wno-deprecated-register',
|
||||
'-Wno-sentinel',
|
||||
],
|
||||
},
|
||||
'conditions': [
|
||||
|
||||
@@ -144,6 +144,7 @@
|
||||
'defines': [
|
||||
'_LARGEFILE_SOURCE',
|
||||
'_LARGEFILE64_SOURCE',
|
||||
'_FILE_OFFSET_BITS=64',
|
||||
],
|
||||
'cflags_cc': [
|
||||
'-D__STRICT_ANSI__',
|
||||
|
||||
Reference in New Issue
Block a user