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.
2 parents 9088344 + f135ac5 commit 102df0dCopy full SHA for 102df0d
R/rr/build_tarballs.jl
@@ -19,7 +19,7 @@ cd ${WORKSPACE}/srcdir/rr/
19
mkdir build && cd build
20
cmake -DCMAKE_BUILD_TYPE=Release \
21
-DCMAKE_INSTALL_PREFIX=${prefix} -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TARGET_TOOLCHAIN} \
22
- -Ddisable32bit=ON -DBUILD_TESTS=OFF -DWILL_RUN_TESTS=OFF ..
+ -Ddisable32bit=ON -DBUILD_TESTS=OFF -DWILL_RUN_TESTS=OFF -Dstaticlibs=ON ..
23
make -j${nproc}
24
make install
25
"""
@@ -40,7 +40,7 @@ products = [
40
# Dependencies that must be installed before this package can be built
41
# This is really a build dependency
42
dependencies = [
43
- Dependency("capnproto_jll"),
+ BuildDependency("capnproto_jll"),
44
Dependency("CompilerSupportLibraries_jll"),
45
]
46
0 commit comments