Skip to content

Commit 92894f8

Browse files
authored
Disable BUILD_SHARED_EXTRAS_LIB in build_tarballs.jl
Remove the option to build shared extras library.
1 parent 6910844 commit 92894f8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/julia/build_tarballs.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ cmake -S . -B build \
2626
-DCMAKE_BUILD_TYPE=Release \
2727
-DBUILD_SHARED_LIBS=ON \
2828
-DHIPO=ON \
29-
-DBUILD_SHARED_EXTRAS_LIB=OFF \
3029
-DBLAS_LIBRARIES="${libdir}/libopenblas.${dlext}"
3130
3231
if [[ "${target}" == *-linux-* ]]; then

0 commit comments

Comments
 (0)