Skip to content

Commit

Permalink
bld typo: aarch64 opts (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams authored Mar 5, 2024
1 parent 4f43ca3 commit 16546d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bld
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi

if [ "$(uname -m)" == "aarch64" ]; then
# build TileDB from source on arm
extra_opts=+" -DDOWNLOAD_TILEDB_PREBUILT=OFF"
extra_opts+=" -DDOWNLOAD_TILEDB_PREBUILT=OFF"
fi

# NOTE: set to true to debug the cmake build
Expand Down

0 comments on commit 16546d6

Please sign in to comment.