aboutsummaryrefslogtreecommitdiff
path: root/build-mingw.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-21 17:04:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-21 17:04:35 +0200
commitf41b7f408bb82d17576492986fff5e5a6632c821 (patch)
tree74e7caaf4b850d0c8fa90382d48477de7aaee752 /build-mingw.bat
parent6db81244979844c07503a2640eb0fd2ccb3ba6d6 (diff)
Change BUILD2_REPO to point to stage
Diffstat (limited to 'build-mingw.bat')
-rw-r--r--build-mingw.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-mingw.bat b/build-mingw.bat
index 8183c1e..79ca902 100644
--- a/build-mingw.bat
+++ b/build-mingw.bat
@@ -42,9 +42,9 @@ set "owd=%CD%"
rem Package repository URL (or path).
rem
if "_%BUILD2_REPO%_" == "__" (
-rem set "BUILD2_REPO=https://stage.build2.org/1"
+ set "BUILD2_REPO=https://stage.build2.org/1"
rem set "BUILD2_REPO=https://pkg.cppget.org/1/queue/alpha"
- set "BUILD2_REPO=https://pkg.cppget.org/1/alpha"
+rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha"
)
rem The bpkg configuration directory.