From ef0c372ccaf725bbc3a2c81206953dd488966294 Mon Sep 17 00:00:00 2001 From: Edoardo Marangoni Date: Tue, 15 Oct 2024 16:39:12 +0200 Subject: [PATCH] fix typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0e4b5ab..76420fe 100755 --- a/build.sh +++ b/build.sh @@ -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