diff options
| author | 2018-12-22 16:24:08 -0500 | |
|---|---|---|
| committer | 2018-12-22 16:24:08 -0500 | |
| commit | 9723ddb96bb4f38277babc62d54b62e4e993f26a (patch) | |
| tree | 9a18a6b7dee0e7f0a40ada0a42dc42be94228b8b /build_win.bat | |
| parent | Merge branch 'master' of https://github.com/bakpakin/janet (diff) | |
Fix string/number issue.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_win.bat b/build_win.bat index a5f6483f..1169d393 100644 --- a/build_win.bat +++ b/build_win.bat @@ -100,7 +100,6 @@ 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 -xcopy /s doc dist\doc exit /b 0 :TESTFAIL |
