Skip to content

Commit

Permalink
depends: set NM for CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed May 13, 2024
1 parent 1e4412b commit 43cfb42
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 @@ -181,6 +181,7 @@ $(1)_cmake=env CC="$$($(1)_cc)" \
LDFLAGS="$$($(1)_ldflags)" \
cmake -DCMAKE_INSTALL_PREFIX:PATH="$$($($(1)_type)_prefix)" \
-DCMAKE_AR=`which $$($(1)_ar)` \
-DCMAKE_NM=`which $$($(1)_nm)` \
-DCMAKE_INSTALL_LIBDIR=lib/ \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=$(V) \
Expand Down

0 comments on commit 43cfb42

Please sign in to comment.