Handle glue-the-gian and msm light theme too

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-09-16 01:29:49 +01:00
parent 57544f9baf
commit 19eb3398ea
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 7 additions and 4 deletions

View file

@ -1906,8 +1906,7 @@ $(BUILD_DIR)/MSM/%.cpp.o: MSM/%.cpp
@echo "Compiling $<"
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
$(foreach m,$(MSM_CUSTOM),$(call custom_module_names,$(m),MSM)) \
-DpluginInstance=pluginInstance__MSM \
-DDARKTHEME
-DpluginInstance=pluginInstance__MSM
$(BUILD_DIR)/myth-modules/%.cpp.o: myth-modules/%.cpp
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"