Improve ConfigLibs more

This commit is contained in:
2024-02-20 21:55:56 -05:00
parent 5312a86e7b
commit cd6c6216f1
3 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
JABY_ENGINE_CONFIG_DIR = $(JABY_ENGINE_DIR)config
ifdef CUSTOM_CONFIG
# TODO: Use same header for -I and -imacros?
CCFLAGS += -I$(JABY_ENGINE_CONFIG_DIR)/$(CUSTOM_CONFIG) -imacros $(JABY_ENGINE_CONFIG_DIR)/$(CUSTOM_CONFIG)/jabyengine_custom_config.hpp
endif