Kaydet (Commit) 0f083e22 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use gb_OBJCXXFLAGS for iOS, too

üst 3ff11ea2
......@@ -168,8 +168,8 @@ $(eval $(call gb_Library_add_cxxflags,tk,\
endif
ifeq ($(GUIBASE),cocoatouch)
$(eval $(call gb_Library_set_cxxflags,tk,\
$$(CXXFLAGS) $(gb_OBJCXXFLAGS)))
$(eval $(call gb_Library_add_cxxflags,tk,\
$(gb_OBJCXXFLAGS)))
endif
ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment