x86_64: finish biarch path fixup

This commit is contained in:
Henry Kroll III
2010-11-25 10:08:58 -08:00
parent 44e84bb22a
commit 77e4679aec
2 changed files with 2 additions and 2 deletions

View File

@ -962,7 +962,7 @@ LIBTCCAPI TCCState *tcc_new(void)
#ifndef TCC_TARGET_PE
/* default library paths */
tcc_add_library_path(s, CONFIG_TCC_CRT_PREFIX);
tcc_add_library_path(s, CONFIG_TCC_LDDIR);
tcc_add_library_path(s, CONFIG_SYSROOT CONFIG_TCC_LDDIR);
tcc_add_library_path(s, CONFIG_SYSROOT "/usr/local"CONFIG_TCC_LDDIR);
#endif