diff --git a/scripts/makeserver.sh b/scripts/makeserver.sh index 606724e9..66a509b0 100644 --- a/scripts/makeserver.sh +++ b/scripts/makeserver.sh @@ -55,7 +55,7 @@ if [ -d "$outputdir" ]; then # Hack to get the libcvextern.so into the linux build. case $PLATFORM in - linux | max | m1) + linux | mac | m1) # Remove these, which are getting incorrectly bundled # See https://github.com/Webreaper/Damselfly/issues/546 echo "Removing invalid windows ONNX provider DLLs..."