(FEA) Now you can compile Compound into a .so file!

This commit is contained in:
William
2024-06-06 02:56:57 +08:00
parent 54042cf2cf
commit 66c1d57188
3 changed files with 15 additions and 0 deletions

View File

@@ -36,4 +36,8 @@ done
cp -v "common.h" "const.h" "platform.h"\
"name.h" "namescope.h" "type.h" "catlog.h"\
"attr.h" "registry.h" "class.h" "$DST"
echo "Installing libcompound:"
cp -v "libcompound.so" "/usr/lib"
printf "\nDone\n"