Move toolchain related configures into one place

This commit is contained in:
Cheng Zhao 2016-03-10 21:58:09 +09:00
parent ed2103a49f
commit 8e19edd1b5
2 changed files with 27 additions and 29 deletions

View file

@ -260,11 +260,5 @@
},
},
}], # OS=="mac"
['OS=="linux"', {
'variables': {
'pkg-config': '<(source_root)/tools/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
},
}], # OS=="linux"
],
}