aboutsummaryrefslogtreecommitdiff
path: root/build-msvc.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-msvc.bat
parent6db81244979844c07503a2640eb0fd2ccb3ba6d6 (diff)
Change BUILD2_REPO to point to stage
Diffstat (limited to 'build-msvc.bat')
-rw-r--r--build-msvc.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-msvc.bat b/build-msvc.bat
index cab4084..eba23eb 100644
--- a/build-msvc.bat
+++ b/build-msvc.bat
@@ -35,9 +35,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.