Link with correct targets in toolchain.gypi
This commit is contained in:
parent
9f3fe5804f
commit
a6854c89b7
1 changed files with 3 additions and 3 deletions
|
@ -50,16 +50,16 @@
|
|||
['target_arch=="arm"', {
|
||||
# sysroot needs to be an absolute path otherwise it generates
|
||||
# incorrect results when passed to pkg-config
|
||||
'sysroot%': '<(source_root)/vendor/debian_jessie_arm-sysroot',
|
||||
'sysroot%': '<(source_root)/vendor/debian_wheezy_arm-sysroot',
|
||||
}],
|
||||
['target_arch=="arm64"', {
|
||||
'sysroot%': '<(source_root)/vendor/debian_jessie_arm64-sysroot',
|
||||
}],
|
||||
['target_arch=="ia32"', {
|
||||
'sysroot%': '<(source_root)/vendor/debian_jessie_i386-sysroot',
|
||||
'sysroot%': '<(source_root)/vendor/debian_wheezy_i386-sysroot',
|
||||
}],
|
||||
['target_arch=="x64"', {
|
||||
'sysroot%': '<(source_root)/vendor/debian_jessie_amd64-sysroot',
|
||||
'sysroot%': '<(source_root)/vendor/debian_wheezy_amd64-sysroot',
|
||||
}],
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue