diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 14:11:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 14:11:19 +0200 |
commit | cbec9ea8841c8a58b2d50bb628b28aea7a6fe179 (patch) | |
tree | 099de0d9659db3545e4727b875933be00c871014 /bootstrap-mingw.bat | |
parent | 6959bd7cc0883ac1004bda047555341682b15b19 (diff) |
Update bootstrap batch files to link psapi.lib
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 d4b2488..d830073 100644 --- a/bootstrap-mingw.bat +++ b/bootstrap-mingw.bat @@ -96,7 +96,7 @@ rem rem Note that echo does not override errorlevel. rem echo on -%cxx% -I%libbutl% -I. -DBUILD2_HOST_TRIPLET=\"i686-w64-mingw32\" %ops% -o build2\b-boot.exe %src% +%cxx% -I%libbutl% -I. -DBUILD2_HOST_TRIPLET=\"i686-w64-mingw32\" %ops% -o build2\b-boot.exe %src% -lpsapi @echo off if errorlevel 1 goto error |