Skip to content

Commit 43cfb42

Browse files
committed
depends: set NM for CMake
1 parent 1e4412b commit 43cfb42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/funcs.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ $(1)_cmake=env CC="$$($(1)_cc)" \
181181
LDFLAGS="$$($(1)_ldflags)" \
182182
cmake -DCMAKE_INSTALL_PREFIX:PATH="$$($($(1)_type)_prefix)" \
183183
-DCMAKE_AR=`which $$($(1)_ar)` \
184+
-DCMAKE_NM=`which $$($(1)_nm)` \
184185
-DCMAKE_INSTALL_LIBDIR=lib/ \
185186
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
186187
-DCMAKE_VERBOSE_MAKEFILE:BOOL=$(V) \

0 commit comments

Comments
 (0)