mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Make sure --sysroot is appended at last
This commit is contained in:
@@ -172,7 +172,11 @@
|
||||
'target_defaults': {
|
||||
'target_conditions': [
|
||||
['_toolset=="target"', {
|
||||
'cflags': [
|
||||
# Do not use 'cflags' to make sure sysroot is appended at last.
|
||||
'cflags_cc': [
|
||||
'--sysroot=<(sysroot)',
|
||||
],
|
||||
'cflags_c': [
|
||||
'--sysroot=<(sysroot)',
|
||||
],
|
||||
'ldflags': [
|
||||
|
||||
Reference in New Issue
Block a user