We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d640e1 commit 85a283cCopy full SHA for 85a283c
1 file changed
build-linux
@@ -36,14 +36,14 @@ LIBZIP_PREFIX="$(dirname $(find / -name libzip.so.4 2>/dev/null))"
36
37
echo $LIBZIP_PREFIX
38
39
-echo "$(dirname $(find / -name libiconv.so* 2>/dev/null))"
+echo "$(dirname $(find / -name libicurl.so* 2>/dev/null))"
40
41
42
export LD_LIBRARY_PATH=${LIBZIP_PREFIX}:${LD_LIBRARY_PATH}
43
44
45
46
-echo $BUILD_PREFIX
+echo $LD_LIBRARY_PATH
47
48
ENABLE_SHARED=yes
49
ENABLE_STATIC=yes
@@ -73,4 +73,4 @@ ENABLE_STATIC=yes
73
make -j8
74
make install-cli
75
76
-ldconfig
+sudo ldconfig
0 commit comments