From 74320758675cc1794bdc81d0e2c9082be138d596 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 27 Apr 2025 14:16:43 +0200 Subject: [PATCH] Fix source path to copy libnp.dll from. --- icedreammusic/compile-win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icedreammusic/compile-win.sh b/icedreammusic/compile-win.sh index 033b7f1..acd468c 100644 --- a/icedreammusic/compile-win.sh +++ b/icedreammusic/compile-win.sh @@ -72,7 +72,7 @@ if [ ! -d "$thirdparty_includes/libnp" ]; then make ) mkdir -p "$GOBIN" - cp "$thirdparty_includes/libnp/libnp/build"/*.dll "$GOBIN" + cp "$thirdparty_includes/libnp/build"/*.dll "$GOBIN" fi if [ ! -d "$thirdparty_includes/winfsp" ]; then wget -q -O winfsp.zip https://github.com/billziss-gh/winfsp/archive/release/1.2.zip