diff options
Diffstat (limited to '')
| -rwxr-xr-x | auto/configure | 3 |
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 |
