Skip to content

Commit 019ad73

Browse files
committed
depends: set RANLIB for CMake
1 parent 43cfb42 commit 019ad73

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
@@ -182,6 +182,7 @@ $(1)_cmake=env CC="$$($(1)_cc)" \
182182
cmake -DCMAKE_INSTALL_PREFIX:PATH="$$($($(1)_type)_prefix)" \
183183
-DCMAKE_AR=`which $$($(1)_ar)` \
184184
-DCMAKE_NM=`which $$($(1)_nm)` \
185+
-DCMAKE_RANLIB=`which $$($(1)_ranlib)` \
185186
-DCMAKE_INSTALL_LIBDIR=lib/ \
186187
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
187188
-DCMAKE_VERBOSE_MAKEFILE:BOOL=$(V) \

0 commit comments

Comments
 (0)