forked from lthn/blockchain
build: testnet prefix for windows build script
This commit is contained in:
parent
795c135b87
commit
87618fba00
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ IF [%build_prefix%] == [] (
|
|||
|
||||
IF NOT [%testnet%] == [] (
|
||||
SET TESTNET_DEF=-D TESTNET=TRUE
|
||||
SET ACHIVE_NAME_PREFIX=%ACHIVE_NAME_PREFIX%testnet-
|
||||
)
|
||||
|
||||
SET PARAM=%~1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue