mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
early C compiler test
This commit is contained in:
3
auto/configure
vendored
3
auto/configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user