Skip to content

Commit

Permalink
prove the script is there
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Sep 15, 2024
1 parent bca27cc commit dc41c3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/mac/fix_dylibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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"

0 comments on commit dc41c3b

Please sign in to comment.