Fix icon on Windows with MinGW/MSYS2 builds, from Ala-lala

This commit is contained in:
Michael Martin
2020-06-08 16:09:05 -07:00
parent a8785656eb
commit f39a37ff2f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ $(OBJDIR)%.m.d: $(BUILD_ROOT)%.m
fi
$(call act,act_mkdep_m,MKDEP ,$@)
%.rc.o: %.rc
$(OBJDIR)%.rc.o: $(BUILD_ROOT)%.rc
@DIR=$(dir $@); \
if [ ! -d $$DIR ]; then \
mkdir -p "$$DIR"; \