mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
BUILD: MAKEFILES: Improve syntax of if checks
This commit is contained in:
parent
2f05960913
commit
02730ee176
@ -78,7 +78,7 @@ KYRARPG_COMMON_OBJ := $(KYRARPG_COMMON_OBJ_ORIG)
|
||||
# Enable-rules again
|
||||
LOAD_RULES_MK := 1
|
||||
|
||||
ifneq "$(DETECTION_STATIC)" "1"
|
||||
ifneq ($(DETECTION_STATIC), 1)
|
||||
-include $(srcdir)/engines/detect_modules.mk
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user