diff options
author | midipix <writeonce@midipix.org> | 2016-12-08 22:31:31 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-08 22:31:31 -0500 |
commit | de3f7f982ac16c1d71f40e5b0ff0ef306504b96b (patch) | |
tree | 5681ca000273754bf70b840fff214b7a9782356c | |
parent | 2bbcb2e1cc412cc03ec834b02e2473f77e052c82 (diff) | |
download | sofort-de3f7f982ac16c1d71f40e5b0ff0ef306504b96b.tar.bz2 sofort-de3f7f982ac16c1d71f40e5b0ff0ef306504b96b.tar.xz |
build system: configure: pass --sysroot to the linker as a compiler argument.
-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 |