Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Mpegts - parser for metadata from NALs #90

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
remove mac rpath usage
  • Loading branch information
ltn-chriskennedy committed Apr 30, 2024
commit bf04e55cc92c003a4e4a71adbfbd8770e4673b89
2 changes: 1 addition & 1 deletion scripts/compile.sh
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ if [ "$OS" = "Linux" ]; then
fi
# Add elif blocks here for other specific Linux distributions
elif [ "$OS" = "Darwin" ]; then
export RUSTFLAGS="-C link-args=-Wl,-rpath,$PREFIX/lib -Wl,-rpath,$PREFIX/lib64"
#export RUSTFLAGS="-C link-args=-Wl,-rpath,$PREFIX/lib -Wl,-rpath,$PREFIX/lib64"

echo "macOS detected."
# Brew RPMs