Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Oct 15, 2024
1 parent 03a639e commit ef0c372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ esac
#esac

# Run `cmake` to configure the project.
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=MinSizeRel ../llvm
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=MinSizeRel ../v8-cmake

# Showtime!
cmake --build . --config MinSizeRel --target wee8
Expand Down

0 comments on commit ef0c372

Please sign in to comment.