Skip to content

Commit a864b6f

Browse files
committed
Make the target directory before copy in
1 parent 4faa682 commit a864b6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bindings/java/scripts/linux/buildC.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ echo "Build Done! Now copying the binaries into the Java Build..."
1212
echo "Current directory is $PWD"
1313
ls -al .
1414
ls -al ./build/src/*
15+
mkdir -p ./bindings/java/src/main/resources/manifold3d/natives/linux-x86_64/
1516
cp ./build/src/libmanifold.so ./bindings/java/src/main/resources/manifold3d/natives/linux-x86_64/
1617
cp ./build/bindings/c/libmanifoldc.so ./bindings/java/src/main/resources/manifold3d/natives/linux-x86_64/

0 commit comments

Comments
 (0)