We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695cc6f commit c985d80Copy full SHA for c985d80
build/build_apple_frameworks.sh
@@ -187,10 +187,9 @@ echo "Exporting headers"
187
188
mkdir -p "$HEADERS_PATH"
189
190
-# Set BUCK2 to the path of the buck2 executable in $OUTPUT/*/buck2-bin/buck2-*
191
-BUCK2=$(find . -type f -path '*/buck2-bin/buck2-*' | head -n 1)
+BUCK2=$(find $SOURCE_ROOT_DIR -type f -path '*/buck2-bin/buck2-*' | head -n 1)
192
if [[ -z "$BUCK2" ]]; then
193
- echo "Could not find buck2 executable in any buck2-bin directory under $OUTPUT"
+ echo "Could not find buck2 executable in any buck2-bin directory under $SOURCE_ROOT_DIR"
194
BUCK2=$(which buck2)
195
fi
196
0 commit comments