Skip to content

Commit

Permalink
little fix tests/tests.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
rockcavera committed Feb 16, 2022
1 parent a0847ce commit 6561f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ EXIT /B

:NIMCOMPILER
SETLOCAL
SET line=nim %3 -o:builds\ --nimcache:"builds\nimcache\%1" --cpu:i386 --cc:%2 --gc:%4 %1
SET line=nim %3 -o:builds\ --nimcache:"builds\nimcache\%1" --app:lib --cpu:i386 --cc:%2 --gc:%4 %1
%line% >nul 2>&1
IF %ERRORLEVEL% neq 0 (
ECHO [FAIL] %line%
Expand Down

0 comments on commit 6561f99

Please sign in to comment.