We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26aff40 commit be1fe4fCopy full SHA for be1fe4f
scripts/release_linux.sh
@@ -7,6 +7,9 @@
7
8
#destdir=`readlink -f "$1"`
9
10
+export CPATH=
11
+export LD_LIBRARY_PATH=
12
+
13
function check_symbols
14
{
15
for sym in `nm $1 | grep $2_`
0 commit comments