diff options
| author | 2018-12-08 17:40:05 -0500 | |
|---|---|---|
| committer | 2018-12-08 17:40:05 -0500 | |
| commit | 64d842d2ef92c00cb1a9b7d37aa868039aa48f91 (patch) | |
| tree | 26a81daeb6d07538227c90361beab3c0baca38b9 /build_win.bat | |
| parent | Appveyor why (diff) | |
Update build script, remove windows build issues.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat index d198e8c0..c0168c50 100644 --- a/build_win.bat +++ b/build_win.bat @@ -99,6 +99,7 @@ copy README.md dist\README.md copy janet.lib dist\janet.lib copy janet.exp dist\janet.exp copy src\include\janet\janet.h dist\janet.h +exit /b 0 :TESTFAIL @echo. |
