allow VSCONF to be overridden at runtime

This commit is contained in:
Mark Andrews
2019-09-05 14:31:04 +10:00
parent dae7ffc802
commit 2433e3e808

View File

@@ -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@