653e89 build system: configure: pass --sysroot to the linker as a compiler argument.

Authored and Committed by midipix 8 years ago
1 file changed. 1 lines added. 1 lines removed.
    build system: configure: pass --sysroot to the linker as a compiler argument.
    
        
file modified
+1 -1
configure CHANGED
@@ -226,7 +226,7 @@ common_defaults()
226
226
fi
227
227
228
228
if [ -z "$mb_ldflags_sysroot" ]; then
229
- mb_ldflags_sysroot="-Wl,--sysroot,$mb_sysroot"
229
+ mb_ldflags_sysroot="--sysroot=$mb_sysroot"
230
230
fi
231
231
fi
232
232