Skip to content

Commit 1d1fb67

Browse files
committed
Include versioned .so in release file
1 parent 6856a92 commit 1d1fb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ release:
9595
echo "Hope you have updated version in constants.go"
9696
mkdir -p ${RELEASE_NAME}
9797
cp ${CLI_BIN} ${RELEASE_NAME}/
98-
cp libgovarnam.so ${RELEASE_NAME}/
98+
cp libgovarnam.so* ${RELEASE_NAME}/
9999
cp *.h ${RELEASE_NAME}/
100100
cp *.pc ${RELEASE_NAME}/
101101
cp install.sh ${RELEASE_NAME}/

0 commit comments

Comments
 (0)