mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Switch to the Lagom directory before building fuzzers
This confused quite a number of people in the past, and it is still slightly annoying to always switch the directory when testing both the OS and the fuzzer build. Instead, let's just switch to the correct directory automatically.
This commit is contained in:
parent
b8706729ba
commit
b0af53749d
Notes:
sideshowbarker
2024-07-17 06:45:52 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/b0af53749d Pull-request: https://github.com/SerenityOS/serenity/pull/16318
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
set -e
|
||||
|
||||
SCRIPT_PATH="$(dirname "${0}")"
|
||||
cd "${SCRIPT_PATH}"
|
||||
|
||||
BEST_CLANG_CANDIDATE=""
|
||||
|
||||
die() {
|
||||
|
|
Loading…
Reference in a new issue