Skip to content

Commit ed949ca

Browse files
committed
smallfix error
1 parent 8779b73 commit ed949ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ swift package clean
77
swift build --configuration release
88

99
# Copy the library
10-
if cp .build/release/libLoopAlgorithmToPython.dylib ./python_api/; then
11-
echo "Library successfully copied to the python_api folder!"
10+
if cp .build/release/libLoopAlgorithmToPython.dylib ./loop_to_python_api/; then
11+
echo "Library successfully copied to the loop_to_python_api folder!"
1212
else
13-
echo "Failed to copy the library to the python_api folder."
13+
echo "Failed to copy the library to the loop_to_python_api folder."
1414
fi

0 commit comments

Comments
 (0)