We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
native_qt
1 parent c66f7da commit 690f5daCopy full SHA for 690f5da
depends/packages/native_qt.mk
@@ -88,6 +88,10 @@ $(package)_config_opts += -no-feature-qtplugininfo
88
89
$(package)_config_env := CC="$$(build_CC)"
90
$(package)_config_env += CXX="$$(build_CXX)"
91
+ifeq ($(build_os),darwin)
92
+$(package)_config_env += OBJC="$$(build_CC)"
93
+$(package)_config_env += OBJCXX="$$(build_CXX)"
94
+endif
95
96
$(package)_cmake_opts := -DCMAKE_EXE_LINKER_FLAGS="$$(build_LDFLAGS)"
97
ifneq ($(V),)
0 commit comments