You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Fix automatic libpl cloning (#771)
This commit is contained in:
2
Makefile
2
Makefile
@@ -350,7 +350,7 @@ ifeq ($(filter clean distclean print-%,$(MAKECMDGOALS)),)
|
|||||||
|
|
||||||
# Clone any needed submodules
|
# Clone any needed submodules
|
||||||
ifeq ($(LIBPL),1)
|
ifeq ($(LIBPL),1)
|
||||||
ifeq ($(wildcard $(LIBPL_DIR)),)
|
ifeq ($(wildcard $(LIBPL_DIR)/*.h),)
|
||||||
$(info Cloning libpl submodule...)
|
$(info Cloning libpl submodule...)
|
||||||
DUMMY != git submodule update --init $(LIBPL_DIR) > /dev/null || echo FAIL
|
DUMMY != git submodule update --init $(LIBPL_DIR) > /dev/null || echo FAIL
|
||||||
ifeq ($(DUMMY),FAIL)
|
ifeq ($(DUMMY),FAIL)
|
||||||
|
|||||||
Reference in New Issue
Block a user