From 7fc646d61cfe1696a305269728d8eab25e2925ec Mon Sep 17 00:00:00 2001 From: Pearson White Date: Mon, 14 Oct 2024 22:19:35 -0400 Subject: [PATCH] asdf --- scripts/dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dependencies.sh b/scripts/dependencies.sh index c988ed8c259..bc4818b8267 100755 --- a/scripts/dependencies.sh +++ b/scripts/dependencies.sh @@ -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"