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