From 85ef2807d725363329a871fad470f12e0098c889 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 8 Dec 2016 22:31:31 -0500 Subject: build system: configure: pass --sysroot to the linker as a compiler argument. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c13f5f4..1c326f7 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3