Skip to content

Commit

Permalink
fixing build script
Browse files Browse the repository at this point in the history
  • Loading branch information
arakov committed Jun 12, 2024
1 parent a6107fd commit 62e90c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rebuild_lib60_x64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bin\asm64-cli -bc64 src60\core\system.win_core_routines.esm lib60_64
if %ERRORLEVEL% EQU -1 GOTO Asm2BinError
@echo on

bin\elena-cli src60\elena_api.prjcol
bin\elena64-cli src60\elena_api.prjcol
@echo off
if %ERRORLEVEL% EQU -2 GOTO CompilerError
@echo on
Expand Down

0 comments on commit 62e90c1

Please sign in to comment.