1
0
Fork 0

Copy libnp.dll to bin output folder.

develop
Icedream 2023-11-28 11:52:04 +01:00
parent aac6e7cccf
commit 391791c4b4
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 2 additions and 0 deletions

View File

@ -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