Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix call of usage when packing dependencies for one architecture only #5432

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 7, 2023

  1. Fix call of usage when packing dependencies for one architecture only

    The doc stated to run `./scripts/pack_dependencies.sh . macos arm64 x86_64` to pack dependencies for universal binaries.
    
    However, if you just want to build it for running it locally with the command `./scripts/pack_dependencies.sh . macOS arm64`, the `usage()` method will get called.
    
    This fix let you pack dependencies for one architecture only.
    gahfy committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1c57cca View commit details
    Browse the repository at this point in the history