Browse Source

Link with correct targets in toolchain.gypi

Cheng Zhao 8 years ago
parent
commit
a6854c89b7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      toolchain.gypi

+ 3 - 3
toolchain.gypi

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