diff options
Diffstat (limited to 'build-mingw.bat')
-rw-r--r-- | build-mingw.bat | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build-mingw.bat b/build-mingw.bat index b41073b..e7a8cb5 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -163,6 +163,10 @@ md %cdir% cd %cdir% +@rem Save full path for later. +@rem +@set "cdir=%CD%" + bpkg-stage create^ cc^ config.cxx=%cxx%^ @@ -204,7 +208,7 @@ b uninstall echo. echo Toolchain installation: %idir%\bin -echo Upgrade configuration: %owd%\%cdir% +echo Upgrade configuration: %cdir% echo. goto end |