Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jan 22, 2025
1 parent 0e895e0 commit ee16d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SDK/GenerateSDK_github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ mkdir -p $SDKARTIFACT/Lib || failed "Error creating Lib-folder"
echo Copy binaries
cp $LOCATION/lib3mf.dll/lib3mf.dll $SDKARTIFACT/Bin/ || failed "Error copying binary"
cp $LOCATION/lib3mf.so/lib3mf.so.2 $SDKARTIFACT/Bin/lib3mf.so || failed "Error copying binary"
ls -al $LOCATION
ls -al $LOCATION/lib3mf.dylib/lib3mf*.dylib
ls -al $LOCATION/lib3mf.dylib
cp $LOCATION/lib3mf.dylib/lib3mf*.dylib $SDKARTIFACT/Bin/lib3mf.dylib || failed "Error copying binary"
Expand Down

0 comments on commit ee16d37

Please sign in to comment.