Copy libnp.dll to bin output folder.
parent
aac6e7cccf
commit
391791c4b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue