Unverified Commit f78673ce authored by Isuru Fernando's avatar Isuru Fernando Committed by GitHub
Browse files

Better error message


Co-authored-by: default avatarAndrew Murray <3112309+radarhere@users.noreply.github.com>
parent 7ce20127
......@@ -27,7 +27,7 @@ if [ -n "$IS_MACOS" ]; then
# Do nothing as we are going with fusing wheels
ARCH_FLAGS=${ARCH_FLAGS:-}
else
echo "invalid platform = '$PLAT', supported values are 'intel' or 'x86_64' or 'arm64' or 'universal2'"
echo "Invalid platform = '$PLAT'. Supported values are 'intel', 'x86_64', 'arm64' or 'universal2'"
exit 1
fi
# Only set CFLAGS, FFLAGS if they are not already defined. Build functions
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment