mirror of
https://github.com/electron/electron.git
synced 2026-02-10 07:05:35 -05:00
linux: Define _LARGEFILE_SOURCE
This commit is contained in:
@@ -141,6 +141,10 @@
|
||||
],
|
||||
}],
|
||||
['OS=="linux"', {
|
||||
'defines': [
|
||||
'_LARGEFILE_SOURCE',
|
||||
'_LARGEFILE64_SOURCE',
|
||||
],
|
||||
'cflags_cc': [
|
||||
'-D__STRICT_ANSI__',
|
||||
'-std=gnu++11',
|
||||
|
||||
Reference in New Issue
Block a user