summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7fac4e9f1d..8b8f85d393 100755
--- a/configure
+++ b/configure
@@ -2598,7 +2598,7 @@ probe_cc(){
_flags='-nologo'
_cflags='-D_USE_MATH_DEFINES -Dinline=__inline -FIstdlib.h -Dstrtoll=_strtoi64'
if [ $pfx = hostcc ]; then
- _cflags="$cflags -Dsnprintf=_snprintf"
+ append _cflags -Dsnprintf=_snprintf
fi
disable aligned_stack
fi