mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
Move '-x objective-c++' from CXXFLAGS to CPPFLAGS
This commit is contained in:
parent
5f126bec3a
commit
57fa8e8124
@ -102,8 +102,7 @@ autotestkeywords_SOURCES = autotestkeywords.cc
|
||||
autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
|
||||
|
||||
if HAVE_OBJC
|
||||
autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1
|
||||
autotestkeywords_CXXFLAGS = -x objective-c++
|
||||
autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++
|
||||
endif
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user