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,\ ...@@ -168,8 +168,8 @@ $(eval $(call gb_Library_add_cxxflags,tk,\
endif endif
ifeq ($(GUIBASE),cocoatouch) ifeq ($(GUIBASE),cocoatouch)
$(eval $(call gb_Library_set_cxxflags,tk,\ $(eval $(call gb_Library_add_cxxflags,tk,\
$$(CXXFLAGS) $(gb_OBJCXXFLAGS))) $(gb_OBJCXXFLAGS)))
endif endif
ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS))) 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