We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a885e commit 15128a7Copy full SHA for 15128a7
1 file changed
src/makefile
@@ -97,7 +97,7 @@ define ruisapp_rules
97
$$(this_mm_obj): $$(d)ruisapp/glue/macosx/glue.mm
98
$(.RECIPEPREFIX)@echo compile $$$$<
99
$(.RECIPEPREFIX)$(a)mkdir -p $$$$(dir $$$$@)
100
-$(.RECIPEPREFIX)$(a)$(this_cc) -ObjC++ -c -o "$$$$@" $$(this_cxxflags) $$(OBJCXXFLAGS) $$ $$$$<
+$(.RECIPEPREFIX)$(a)$(this_cc) -ObjC++ -c -o "$$$$@" $$(this_cxxflags) $$(OBJCXXFLAGS) $$(CXXFLAGS) $$ $$$$<
101
endef
102
$$(eval $$(this_subrules))
103
endif
0 commit comments