From 391791c4b49dc5adda91bdc6ddb6c3519e8f1538 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Tue, 28 Nov 2023 11:52:04 +0100 Subject: [PATCH] Copy libnp.dll to bin output folder. --- icedreammusic/compile-win.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icedreammusic/compile-win.sh b/icedreammusic/compile-win.sh index fa4ef7f..1a981ca 100644 --- a/icedreammusic/compile-win.sh +++ b/icedreammusic/compile-win.sh @@ -54,6 +54,8 @@ if [ ! -d "$thirdparty_includes/libnp" ]; then .. make ) + mkdir -p "$GOBIN" + cp "$thirdparty_includes/libnp/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