Link with correct targets in toolchain.gypi

This commit is contained in:
Cheng Zhao 2017-05-23 16:30:07 +09:00
parent 9f3fe5804f
commit a6854c89b7

View file

@ -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',
}],
],
},