diff options
author | midipix <writeonce@midipix.org> | 2016-12-08 22:31:31 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-08 22:36:57 -0500 |
commit | 754ddd0534a038d687bc122637f4296b063945af (patch) | |
tree | 83f49301f4de16f09514785af5c22d2ff155124e /configure | |
parent | 7b19a0e48db4d0d2e454583dc668fa7397773a14 (diff) | |
download | ptycon-754ddd0534a038d687bc122637f4296b063945af.tar.bz2 ptycon-754ddd0534a038d687bc122637f4296b063945af.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 |