diff options
author | midipix <writeonce@midipix.org> | 2016-12-08 22:31:31 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-18 09:05:02 -0500 |
commit | 2ec942d9be62634404e28170023a96cc8f839b25 (patch) | |
tree | 644cc2592654091f98b588b57ca2399ef7c88bc4 /configure | |
parent | a6f3322af9617294ceec16a6eabf4faa8acff41a (diff) | |
download | apimagic-2ec942d9be62634404e28170023a96cc8f839b25.tar.bz2 apimagic-2ec942d9be62634404e28170023a96cc8f839b25.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 |