Skip to content

Commit

Permalink
resources: update release macos script
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Nov 30, 2023
1 parent 2fb5fe6 commit ec4f11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/macos/make_release_binaries.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Script to produce an OS X binaries
# This script has to be run from the source directory
if [ "$#" -ne 3 ]; then
if [ "$#" -ne 4 ]; then
echo "This script build the binaries to be installed on a MacOS. This script should be run from the main project directory"
echo ""
echo " Usage: ./resources/macos/make_release_binaries.sh <Arch> <Release version> <SO version> <Value of CMAKE_INSTALL_PREFIX>"
Expand Down

0 comments on commit ec4f11d

Please sign in to comment.