summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-04-09 13:54:09 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2013-04-09 13:54:09 +0200
commit3135f8a9c5568125921925142735955216819611 (patch)
tree858b6083db9c9c3612513ca1a078098920464511
parente887bce9a36ff6f2ded3b74dd8d97fe28a2db70d (diff)
downloadffi-efl-3135f8a9c5568125921925142735955216819611.zip
ffi-efl-3135f8a9c5568125921925142735955216819611.tar.gz
add tools/sandbox.sh
-rwxr-xr-xtools/sandbox.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/sandbox.sh b/tools/sandbox.sh
new file mode 100755
index 0000000..1a75801
--- /dev/null
+++ b/tools/sandbox.sh
@@ -0,0 +1,6 @@
+#! /usr/bin/env bash
+
+EFL_DIR=/opt/efl-release
+export PKG_CONFIG_PATH=$EFL_DIR/lib/pkgconfig
+export LD_LIBRARY_PATH=$EFL_DIR/lib
+$@