Dummy check for the ido folder fix

This commit is contained in:
Ryan Myers
2021-09-29 20:24:27 -04:00
parent 77b03c353c
commit 9f8880737f
+1 -1
View File
@@ -45,7 +45,7 @@ endif
RECOMP_PROJECT := ./tools/ido-static-recomp/
DUMMY != ls $(RECOMP_PROJECT) >/dev/null || echo FAIL
DUMMY != ls $(RECOMP_PROJECT)ido >/dev/null || echo FAIL
ifeq ($(DUMMY),FAIL)
$(error Missing submodule ido-static-recomp. Please run 'git submodule update --init')
endif