Fix source path to copy libnp.dll from.
parent
7b3a8eae9c
commit
7432075867
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue