Skip to content

Commit 8d01b46

Browse files
committed
Fix typo
1 parent 256fafc commit 8d01b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/wally-tool-chain-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ STATUS="riscv-sail-model"
431431
if git_check "sail-riscv" "https://github.com/riscv/sail-riscv.git" "$RISCV/bin/riscv_sim_rv32d"; then
432432
cd "$RISCV"/sail-riscv
433433
git reset --hard && git clean -f && git checkout master && git pull
434-
cmake -S . -B build -DCMAKE_RELEASE_TYPE=RelWithDebInfo -GNinja 2>&1 | logger $STATUS; [ "${PIPESTATUS[0]}" == 0 ]
434+
cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -GNinja 2>&1 | logger $STATUS; [ "${PIPESTATUS[0]}" == 0 ]
435435
cmake --build build 2>&1 | logger $STATUS; [ "${PIPESTATUS[0]}" == 0 ]
436436
cp -f build/c_emulator/riscv_sim_rv64d "$RISCV"/bin/riscv_sim_rv64d
437437
cp -f build/c_emulator/riscv_sim_rv32d "$RISCV"/bin/riscv_sim_rv32d

0 commit comments

Comments
 (0)