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 b940619 commit 1e4412bCopy full SHA for 1e4412b
depends/funcs.mk
@@ -180,6 +180,7 @@ $(1)_cmake=env CC="$$($(1)_cc)" \
180
CXXFLAGS="$$($(1)_cppflags) $$($(1)_cxxflags)" \
181
LDFLAGS="$$($(1)_ldflags)" \
182
cmake -DCMAKE_INSTALL_PREFIX:PATH="$$($($(1)_type)_prefix)" \
183
+ -DCMAKE_AR=`which $$($(1)_ar)` \
184
-DCMAKE_INSTALL_LIBDIR=lib/ \
185
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
186
-DCMAKE_VERBOSE_MAKEFILE:BOOL=$(V) \
0 commit comments