aboutsummaryrefslogtreecommitdiff
path: root/boost/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'boost/build.bat')
-rw-r--r--boost/build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/build.bat b/boost/build.bat
index 4e4536c..eb43d41 100644
--- a/boost/build.bat
+++ b/boost/build.bat
@@ -59,14 +59,14 @@ goto :eof
for %%d in (%1) do (
for %%c in (%confs%) do (
for %%p in (%plats%) do (
- call :run_build %%d/%%d-vc%vcver%.sln %%c %%p
+ call :run_build %%d/boost-%%d-vc%vcver%.sln %%c %%p
)
)
)
for %%c in (%confs%) do (
for %%p in (%plats%) do (
- call :run_build common/common-%1-vc%vcver%.sln %%c %%p
+ call :run_build common/boost-common-%1-vc%vcver%.sln %%c %%p
)
)