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 2a07c46 commit 7c69bafCopy full SHA for 7c69baf
depends/funcs.mk
@@ -182,6 +182,7 @@ $(1)_cmake=env CC="$$($(1)_cc)" \
182
cmake -DCMAKE_INSTALL_PREFIX:PATH="$$($($(1)_type)_prefix)" \
183
-DCMAKE_INSTALL_LIBDIR=lib/ \
184
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
185
+ -DCMAKE_VERBOSE_MAKEFILE:BOOL=$(V) \
186
$$($(1)_config_opts)
187
ifeq ($($(1)_type),build)
188
$(1)_cmake += -DCMAKE_INSTALL_RPATH:PATH="$$($($(1)_type)_prefix)/lib"
0 commit comments