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-mingw.bat | |
parent | 108b81516ac4261be71fbdca3f35d3f4fc08d1bf (diff) |
Fix bootstrap scripts
Diffstat (limited to 'bootstrap-mingw.bat')
-rw-r--r-- | bootstrap-mingw.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-mingw.bat b/bootstrap-mingw.bat index d830073..37d9be9 100644 --- a/bootstrap-mingw.bat +++ b/bootstrap-mingw.bat @@ -73,7 +73,7 @@ set "src=%src% build2\test\script\*.cxx" set "src=%src% build2\version\*.cxx" set "src=%src% build2\install\*.cxx" set "src=%src% build2\pkgconfig\*.cxx" -set "src=%src% %libbutl%\butl\*.cxx" +set "src=%src% %libbutl%\libbutl\*.cxx" rem Get the compile options. rem |