We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4cab9 commit bf2d7c6Copy full SHA for bf2d7c6
install_libchdb.sh
@@ -95,6 +95,9 @@ if [[ $EUID -ne 0 ]]; then
95
echo " chdb.h to /usr/local/include/"
96
fi
97
98
+# Make sure the library and header directory exists
99
+${SUDO} mkdir -p /usr/local/lib /usr/local/include || true
100
+
101
# Install the library and header file
102
${SUDO} /bin/cp libchdb.so /usr/local/lib/
103
${SUDO} /bin/cp chdb.h /usr/local/include/
0 commit comments