Skip to content

Commit 15128a7

Browse files
committed
conan: macos add CXXFLAGS to obj-c compilation
1 parent 70a885e commit 15128a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ define ruisapp_rules
9797
$$(this_mm_obj): $$(d)ruisapp/glue/macosx/glue.mm
9898
$(.RECIPEPREFIX)@echo compile $$$$<
9999
$(.RECIPEPREFIX)$(a)mkdir -p $$$$(dir $$$$@)
100-
$(.RECIPEPREFIX)$(a)$(this_cc) -ObjC++ -c -o "$$$$@" $$(this_cxxflags) $$(OBJCXXFLAGS) $$ $$$$<
100+
$(.RECIPEPREFIX)$(a)$(this_cc) -ObjC++ -c -o "$$$$@" $$(this_cxxflags) $$(OBJCXXFLAGS) $$(CXXFLAGS) $$ $$$$<
101101
endef
102102
$$(eval $$(this_subrules))
103103
endif

0 commit comments

Comments
 (0)