Skip to content

Commit 102df0d

Browse files
authored
Merge pull request #2276 from JuliaPackaging/kf/rrstaticproto
2 parents 9088344 + f135ac5 commit 102df0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/rr/build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd ${WORKSPACE}/srcdir/rr/
1919
mkdir build && cd build
2020
cmake -DCMAKE_BUILD_TYPE=Release \
2121
-DCMAKE_INSTALL_PREFIX=${prefix} -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TARGET_TOOLCHAIN} \
22-
-Ddisable32bit=ON -DBUILD_TESTS=OFF -DWILL_RUN_TESTS=OFF ..
22+
-Ddisable32bit=ON -DBUILD_TESTS=OFF -DWILL_RUN_TESTS=OFF -Dstaticlibs=ON ..
2323
make -j${nproc}
2424
make install
2525
"""
@@ -40,7 +40,7 @@ products = [
4040
# Dependencies that must be installed before this package can be built
4141
# This is really a build dependency
4242
dependencies = [
43-
Dependency("capnproto_jll"),
43+
BuildDependency("capnproto_jll"),
4444
Dependency("CompilerSupportLibraries_jll"),
4545
]
4646

0 commit comments

Comments
 (0)