fp: Forward arguments onto build prorgam

This commit is contained in:
2023-10-15 20:23:14 +11:00
parent 53500ed4e2
commit 3e00aefff5
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ copy feely_pona_build.exe %code_dir% 1>nul
popd
REM Run the build program
%code_dir%\feely_pona_build.exe || exit /B 1
%code_dir%\feely_pona_build.exe %* || exit /B 1
popd
exit /B 1
BIN
View File
Binary file not shown.