diff options
author | midipix <writeonce@midipix.org> | 2016-12-08 22:31:31 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-08 22:36:32 -0500 |
commit | 234d087059ff462233d4369bdd8ae03bce266299 (patch) | |
tree | d6ec0a3c9037098d34b09bf24510fcd9404749c8 /configure | |
parent | 9dabeb003c6f38e7a5ca5d299921138a4ca5065b (diff) | |
download | ntapi-234d087059ff462233d4369bdd8ae03bce266299.tar.bz2 ntapi-234d087059ff462233d4369bdd8ae03bce266299.tar.xz |
build system: configure: pass --sysroot to the linker as a compiler argument.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ common_defaults() fi if [ -z "$mb_ldflags_sysroot" ]; then - mb_ldflags_sysroot="-Wl,--sysroot,$mb_sysroot" + mb_ldflags_sysroot="--sysroot=$mb_sysroot" fi fi |