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