Skip to content

Commit 8c6e6a3

Browse files
authored
Update build_apple_frameworks.sh
1 parent 35672e9 commit 8c6e6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build_apple_frameworks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ echo "Exporting headers"
205205

206206
mkdir -p "$HEADERS_PATH"
207207

208-
BUCK2=$("$PYTHON" "$SOURCE_ROOT_DIR/tools/cmake/resolve_buck.py" --cache_dir="buck2-bin")
208+
BUCK2=$("$PYTHON" "$SOURCE_ROOT_DIR/tools/cmake/resolve_buck.py" --cache_dir="$SOURCE_ROOT_DIR/buck2-bin")
209209
if [[ -z "$BUCK2" ]]; then
210210
echo "Could not find buck2 executable in any buck2-bin directory under $SOURCE_ROOT_DIR"
211211
BUCK2=$(which buck2)

0 commit comments

Comments
 (0)