mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'marka-win32-vsconf' into 'master'
allow VSCONF to be overridden at runtime See merge request isc-projects/bind9!2314
This commit is contained in:
commit
160236a780
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