We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8779b73 commit ed949caCopy full SHA for ed949ca
1 file changed
build.sh
@@ -7,8 +7,8 @@ swift package clean
7
swift build --configuration release
8
9
# Copy the library
10
-if cp .build/release/libLoopAlgorithmToPython.dylib ./python_api/; then
11
- echo "Library successfully copied to the python_api folder!"
+if cp .build/release/libLoopAlgorithmToPython.dylib ./loop_to_python_api/; then
+ echo "Library successfully copied to the loop_to_python_api folder!"
12
else
13
- echo "Failed to copy the library to the python_api folder."
+ echo "Failed to copy the library to the loop_to_python_api folder."
14
fi
0 commit comments