Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Dec 31, 2024
1 parent 51bb3d2 commit f286fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/makeserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit f286fcd

Please sign in to comment.