Setting build directory with variable instead of configure option.

This commit is contained in:
Igor Sysoev
2017-08-31 21:44:30 +03:00
parent ac7218e335
commit 1f95673713
2 changed files with 1 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ NXT_CFLAGS=
NXT_CC_OPT=
NXT_LD_OPT=
NXT_BUILD_DIR=build
NXT_PREFIX=
NXT_DEBUG=NO
@@ -52,8 +51,6 @@ do
--cc-opt=*) NXT_CC_OPT="$value" ;;
--ld-opt=*) NXT_LD_OPT="$value" ;;
--build-dir=*) NXT_BUILD_DIR="$value" ;;
--prefix=*) NXT_PREFIX="$value" ;;
--bindir=*) NXT_BINDIR="$value" ;;
--sbindir=*) NXT_SBINDIR="$value" ;;