summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-12 13:45:53 +0000
committermidipix <writeonce@midipix.org>2021-06-12 14:55:59 +0000
commitf91c9098fb6287067df5710d1c9b25306daf2536 (patch)
tree0c25f01cacaf6a36bb8120f7ede471b05b56d045 /configure
parente8525e19df00b52c6ae3d90d5c6e64105bce06f3 (diff)
downloadpemagine-f91c9098fb6287067df5710d1c9b25306daf2536.tar.bz2
pemagine-f91c9098fb6287067df5710d1c9b25306daf2536.tar.xz
build system: ccenv: added and integrated ccenv_set_cc_sysroot_vars().
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0982754..20fde7a 100755
--- a/configure
+++ b/configure
@@ -651,11 +651,11 @@ common_defaults()
# sysroot
if [ -n "$mb_sysroot" ]; then
if [ -z "$mb_cflags_sysroot" ]; then
- mb_cflags_sysroot="--sysroot=$mb_sysroot"
+ mb_cflags_sysroot='$(_CFLAGS_SYSROOT)'
fi
if [ -z "$mb_ldflags_sysroot" ]; then
- mb_ldflags_sysroot="--sysroot=$mb_sysroot"
+ mb_ldflags_sysroot='$(_LDFLAGS_SYSROOT)'
fi
fi