summaryrefslogtreecommitdiffhomepage
path: root/auto/configure
diff options
context:
space:
mode:
Diffstat (limited to 'auto/configure')
-rwxr-xr-xauto/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/configure b/auto/configure
index 24acfd706..bcb8aaa3a 100755
--- a/auto/configure
+++ b/auto/configure
@@ -35,14 +35,15 @@ if test -z "$NGX_PLATFORM"; then
else
echo "building for $NGX_PLATFORM"
+ NGX_SYSTEM=$NGX_PLATFORM
fi
+. auto/cc/conf
if [ "$NGX_PLATFORM" != win32 ]; then
. auto/headers
fi
-. auto/cc/conf
. auto/os/conf
if [ "$NGX_PLATFORM" != win32 ]; then