diff options
| author | 2020-04-26 08:55:32 -0500 | |
|---|---|---|
| committer | 2020-04-26 08:55:32 -0500 | |
| commit | 69eb9531da0a45a916c30cad1c8d4892ec0edcf2 (patch) | |
| tree | 7b39c4caaf11198e9b802c01de6ebedb9cc66590 /build_win.bat | |
| parent | Change order of declarations for MSVC C++ support. (diff) | |
Rename auxbin/jpm -> jpm.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_win.bat b/build_win.bat index 3f45578e..ea2521f1 100644 --- a/build_win.bat +++ b/build_win.bat @@ -116,7 +116,7 @@ copy src\include\janet.h dist\janet.h copy src\conf\janetconf.h dist\janetconf.h copy build\libjanet.lib dist\libjanet.lib -copy auxbin\jpm dist\jpm +copy jpm dist\jpm copy tools\jpm.bat dist\jpm.bat @rem Create installer |
