mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 16:30:01 -04:00
Merge branch 'marka-win32-vsconf-v9_14' into 'v9_14'
[v9_14] allow VSCONF to be overridden at runtime See merge request isc-projects/bind9!2406
This commit is contained in:
commit
cfb6e311a0
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