Skip to content

Commit

Permalink
depends: pass verbose through to cmake based make
Browse files Browse the repository at this point in the history
When running depends with V=1 this will now enable verbose output from makefiles generated by cmake.
  • Loading branch information
m3dwards committed Apr 25, 2024
1 parent 2a07c46 commit 7c69baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/funcs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ $(1)_cmake=env CC="$$($(1)_cc)" \
cmake -DCMAKE_INSTALL_PREFIX:PATH="$$($($(1)_type)_prefix)" \
-DCMAKE_INSTALL_LIBDIR=lib/ \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=$(V) \
$$($(1)_config_opts)
ifeq ($($(1)_type),build)
$(1)_cmake += -DCMAKE_INSTALL_RPATH:PATH="$$($($(1)_type)_prefix)/lib"
Expand Down

0 comments on commit 7c69baf

Please sign in to comment.