mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
allow VSCONF to be overridden at runtime
This commit is contained in:
parent
dae7ffc802
commit
2433e3e808
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ CYGWIN=1
|
|||
. $TOP/bin/tests/system/conf.sh.common
|
||||
|
||||
# Visual Studio build configurations are Release and Debug
|
||||
VSCONF=Debug
|
||||
VSCONF=${VSCONF:-Debug}
|
||||
|
||||
ARPANAME=$TOP/Build/$VSCONF/arpaname@EXEEXT@
|
||||
CDS=$TOP/Build/$VSCONF/dnssec-cds@EXEEXT@
|
||||
|
|
|
|||
Loading…
Reference in a new issue