Skip to content

Commit

Permalink
make.bat(Windows): better configure check
Browse files Browse the repository at this point in the history
It could happen that fsx submodule was populated but configure
hadn't been run yet.
  • Loading branch information
knocte committed Dec 23, 2022
1 parent a69bbee commit a887996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@ECHO OFF

IF NOT EXIST "scripts\fsx\Tools\fsi.bat" (
IF NOT EXIST "scripts\build.config" (
echo "ERROR: configure hasn't been run yet, run .\configure.bat first" && EXIT /b 1
)
CALL scripts\fsx\Tools\fsi.bat scripts\make.fsx %*

0 comments on commit a887996

Please sign in to comment.