mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Build with GN by default (issue #1403)
This commit is contained in:
@ -282,8 +282,8 @@ elif sys.platform == 'darwin':
|
||||
elif sys.platform.startswith('linux'):
|
||||
platform = 'linux'
|
||||
|
||||
# Whether to use GN or GYP. GYP is currently the default.
|
||||
use_gn = bool(int(os.environ.get('CEF_USE_GN', '0')))
|
||||
# Whether to use GN or GYP. GN is currently the default.
|
||||
use_gn = bool(int(os.environ.get('CEF_USE_GN', '1')))
|
||||
|
||||
# the outputdir option is required
|
||||
if options.outputdir is None:
|
||||
|
Reference in New Issue
Block a user