mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
MAKEFILES: Include dynamic building detection module if requested
This commit is contained in:
parent
81d2bb8f11
commit
11615faca8
@ -78,6 +78,10 @@ KYRARPG_COMMON_OBJ := $(KYRARPG_COMMON_OBJ_ORIG)
|
||||
# Enable-rules again
|
||||
USE_RULES := 1
|
||||
|
||||
ifneq "$(DETECTION_STATIC)" "1"
|
||||
-include $(srcdir)/engines/detect_modules.mk
|
||||
endif
|
||||
|
||||
# Depdir information
|
||||
DEPDIRS = $(addsuffix $(DEPDIR),$(MODULE_DIRS))
|
||||
DEPFILES =
|
||||
|
Loading…
x
Reference in New Issue
Block a user