[Fix] Fix compilation crash

This commit is contained in:
Quentin
2020-04-08 12:37:02 +02:00
parent a3e91fd3ff
commit 883d1312a3

View File

@@ -1,5 +1,13 @@
SFLAGS += -Iescher/include
$(eval $(call rule_for, \
THEME, \
escher/palette.h, \
$(addprefix themes/themes/, $(addsuffix .json, $(OMEGA_THEME))), \
$$(PYTHON) themes/themes_manager.py $(OMEGA_THEME) $$@, \
global \
))
escher_src += $(addprefix escher/src/,\
alternate_empty_view_controller.cpp \
app.cpp \
@@ -98,14 +106,6 @@ $(eval $(call rule_for, \
global \
))
$(eval $(call rule_for, \
THEME, \
escher/palette.h, \
$(addprefix themes/themes/, $(addsuffix .json, $(OMEGA_THEME))), \
$$(PYTHON) themes/themes_manager.py $(OMEGA_THEME) $$@, \
global \
))
INLINER := $(BUILD_DIR)/escher/image/inliner
.PRECIOUS: $(BUILD_DIR)/%.h $(BUILD_DIR)/%.cpp