1
0
Fork 0

Fix source path to copy libnp.dll from.

main
Icedream 2025-04-27 14:16:43 +02:00
parent 7b3a8eae9c
commit 7432075867
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ if [ ! -d "$thirdparty_includes/libnp" ]; then
make make
) )
mkdir -p "$GOBIN" mkdir -p "$GOBIN"
cp "$thirdparty_includes/libnp/libnp/build"/*.dll "$GOBIN" cp "$thirdparty_includes/libnp/build"/*.dll "$GOBIN"
fi fi
if [ ! -d "$thirdparty_includes/winfsp" ]; then if [ ! -d "$thirdparty_includes/winfsp" ]; then
wget -q -O winfsp.zip https://github.com/billziss-gh/winfsp/archive/release/1.2.zip wget -q -O winfsp.zip https://github.com/billziss-gh/winfsp/archive/release/1.2.zip