UTM icon indicating copy to clipboard operation
UTM copied to clipboard

Fix call of usage when packing dependencies for one architecture only

Open gahfy opened this issue 1 year ago • 1 comments

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 avatar Jul 07 '23 05:07 gahfy

Sorry, what's the purpose of running this with one architecture?

osy avatar Aug 19 '23 19:08 osy