diff --git a/pkg/mac/fix_dylibs.sh b/pkg/mac/fix_dylibs.sh index c61761c7a..9f14628e5 100755 --- a/pkg/mac/fix_dylibs.sh +++ b/pkg/mac/fix_dylibs.sh @@ -10,4 +10,6 @@ BOEPATH="$BUILT_PRODUCTS_DIR/$EXECUTABLE_PATH" echo "${BUILT_PRODUCTS_DIR}\n" >> /Users/runner/work/cboe/cboe/out.txt echo "${SOURCE_ROOT}\n" >> /Users/runner/work/cboe/cboe/out.txt echo "$(which python3)\n" >> /Users/runner/work/cboe/cboe/out.txt -python3 "$SOURCE_ROOT/../../deps/fix-rpaths/fix-rpaths.py" $BOEPATH" \ No newline at end of file +echo "${BOEPATH}\n" >> /Users/runner/work/cboe/cboe/out.txt +cat "$SOURCE_ROOT/../../deps/fix-rpaths/fix-rpaths.py" >> /Users/runner/work/cboe/cboe/out.txt +python3 "$SOURCE_ROOT/../../deps/fix-rpaths/fix-rpaths.py" "$BOEPATH" \ No newline at end of file