Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
PearsonWhite committed Oct 15, 2024
1 parent 0360e0e commit 7fc646d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ echo "asdf func args: $@"
echo "asdf func arg 1: $1"
ls -lsah . # asdf
THIS_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
DEFAULT_DIR="$THIS_DIR/crates/blockifier"
DEFAULT_DIR="$THIS_DIR/../crates/blockifier"
LIBCAIRO_NATIVE_DIR=${1:-"$DEFAULT_DIR"}
echo "asdf func LIBCAIRO_NATIVE_DIR: $LIBCAIRO_NATIVE_DIR"

Expand Down

0 comments on commit 7fc646d

Please sign in to comment.