mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Toolchain: Oops, let's unbreak UseIt.sh.
This commit is contained in:
parent
a8864dc590
commit
612e1c7023
Notes:
sideshowbarker
2024-07-19 14:00:38 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/612e1c7023e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
DIR=$( dirname $( readlink -e "$0" ) )
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
export PATH="$DIR/Local/bin:$PATH"
|
||||
export TOOLCHAIN="$DIR"
|
||||
export SERENITY_ROOT="$DIR/.."
|
||||
|
|
Loading…
Add table
Reference in a new issue