Skip to content

Commit 650aed7

Browse files
committed
chore: add -DFORCE_BUNDLED_BLAKE3=1 for static builds
1 parent 1812fae commit 650aed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.docker/build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ if [[ "-$BUILD_TYPE-" == *-source-* ]]; then
370370
fi
371371

372372
if [[ "-$BUILD_TYPE-" == *-static-* ]]; then
373-
CMAKE_ARGS="${CMAKE_ARGS} -DWITH_LEGACY_FUSE=1"
373+
CMAKE_ARGS="${CMAKE_ARGS} -DWITH_LEGACY_FUSE=1 -DFORCE_BUNDLED_BLAKE3=1"
374374
fi
375375

376376
if [[ "-$BUILD_TYPE-" == *-notest-* ]]; then

0 commit comments

Comments
 (0)