Skip to content

Commit

Permalink
fix check_dll script
Browse files Browse the repository at this point in the history
binaries now are in bin
  • Loading branch information
carrotIndustries committed Sep 15, 2024
1 parent 2304257 commit 6345389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_dll.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
MISSING=$(ldd dist/horizon/horizon-eda.exe dist/horizon/horizon-imp.exe | grep -vi windows | grep -vi dist/horizon | grep -v "???")
MISSING=$(ldd dist/horizon/bin/horizon-eda.exe dist/horizon/bin/horizon-imp.exe | grep -vi windows | grep -vi dist/horizon | grep -v "???")
if [ -z "$MISSING" ]
then
echo "No missing DLLs"
Expand Down

0 comments on commit 6345389

Please sign in to comment.