diff options
Diffstat (limited to 'build-mingw.bat')
-rw-r--r-- | build-mingw.bat | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/build-mingw.bat b/build-mingw.bat index 36572b4..3a6df43 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -29,6 +29,13 @@ set "owd=%CD%" if "_%1_" == "_/?_" goto usage +rem Package repository URL (or path). +rem +if "_%BUILD2_REPO%_" == "__" ( +set "BUILD2_REPO=https://stage.build2.org/1" +rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" +) + rem Compiler. rem if "_%1_" == "__" ( @@ -133,8 +140,7 @@ bpkg-stage create^ config.install.root=%idir% @if errorlevel 1 goto error -@rem @@ TMP: queue -bpkg-stage add https://pkg.cppget.org/1/queue +bpkg-stage add %BUILD2_REPO% @if errorlevel 1 goto error bpkg-stage fetch |