diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 18:57:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 18:57:05 +0200 |
commit | 2017c59a4a68a179e0eadc0183f0138e7964835e (patch) | |
tree | 18ebf0546c70bc5220118b7ca83a47985fac1e8e /bootstrap-msvc.bat | |
parent | 108b81516ac4261be71fbdca3f35d3f4fc08d1bf (diff) |
Fix bootstrap scripts
Diffstat (limited to 'bootstrap-msvc.bat')
-rw-r--r-- | bootstrap-msvc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat index 84554c9..b0ec1f9 100644 --- a/bootstrap-msvc.bat +++ b/bootstrap-msvc.bat @@ -104,7 +104,7 @@ set "src=%src% build2\test\script" set "src=%src% build2\version" set "src=%src% build2\install" set "src=%src% build2\pkgconfig" -set "src=%src% %libbutl%\butl" +set "src=%src% %libbutl%\libbutl" rem Get the compile options. rem |