aboutsummaryrefslogtreecommitdiff
path: root/build-msvc.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-18 16:10:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-18 16:10:25 +0200
commitf02df72c9f45958ca374a641cdd79a8f938abc63 (patch)
treed0275e139802ff6b37ad99399d02ef4ee71f8c0d /build-msvc.bat
parent78f0c9fe23c27cebbc451c47df890463d069ce5b (diff)
Change BUILD2_REPO to point to queue
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 f675468..dc7667a 100644
--- a/build-msvc.bat
+++ b/build-msvc.bat
@@ -35,8 +35,8 @@ set "owd=%CD%"
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/queue/alpha"
+rem set "BUILD2_REPO=https://stage.build2.org/1"
+ set "BUILD2_REPO=https://pkg.cppget.org/1/queue/alpha"
rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha"
)