Skip to content

Commit

Permalink
Link with correct targets in toolchain.gypi
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed May 23, 2017
1 parent 9f3fe58 commit a6854c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolchain.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}],
],
},
Expand Down

0 comments on commit a6854c8

Please sign in to comment.