From f286fcd2fe7df4b59a5d73a9e9153405713e142e Mon Sep 17 00:00:00 2001 From: Mark Otway Date: Tue, 31 Dec 2024 08:59:03 +0000 Subject: [PATCH] Fix typo --- scripts/makeserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."