mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Dummy check for the ido folder fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user