diff options
author | midipix <writeonce@midipix.org> | 2016-12-08 22:31:31 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-08 22:35:59 -0500 |
commit | 653e893498fe7291e0ab8cdf5c70d2b1706defeb (patch) | |
tree | 3f8469adb24f471ace0a9232fd0a95bbef668e7d /configure | |
parent | 491fc9901e578f8fdb17468d707d63ece89026fb (diff) | |
download | bcparser-653e893498fe7291e0ab8cdf5c70d2b1706defeb.tar.bz2 bcparser-653e893498fe7291e0ab8cdf5c70d2b1706defeb.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 |