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.
1 parent 8e121e5 commit b3f541fCopy full SHA for b3f541f
depends/funcs.mk
@@ -158,9 +158,9 @@ $(1)_autoconf += LDFLAGS="$$($(1)_ldflags)"
158
endif
159
160
$(1)_cmake=env CC="$$($(1)_cc)" \
161
- CFLAGS="$$($(1)_cflags)" \
+ CFLAGS="$$($(1)_cppflags) $$($(1)_cflags)" \
162
CXX="$$($(1)_cxx)" \
163
- CXXFLAGS="$$($(1)_cxxflags)" \
+ CXXFLAGS="$$($(1)_cppflags) $$($(1)_cxxflags)" \
164
cmake -DCMAKE_INSTALL_PREFIX:PATH="$$($($(1)_type)_prefix)"
165
ifneq ($($(1)_type),build)
166
ifneq ($(host),$(build))
0 commit comments