summaryrefslogtreecommitdiff
path: root/prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prepare.sh')
-rw-r--r--prepare.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/prepare.sh b/prepare.sh
new file mode 100644
index 0000000..6a15558
--- /dev/null
+++ b/prepare.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+LD_LIBRARY_PATH="`pwd`/lib64/:$LD_LIBRARY_PATH"
+LIBRARY_PATH="`pwd`/lib64/:$LD_LIBRARY_PATH"