diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-04-09 13:54:09 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-04-09 13:54:09 +0200 |
commit | 3135f8a9c5568125921925142735955216819611 (patch) | |
tree | 858b6083db9c9c3612513ca1a078098920464511 | |
parent | e887bce9a36ff6f2ded3b74dd8d97fe28a2db70d (diff) | |
download | ffi-efl-3135f8a9c5568125921925142735955216819611.zip ffi-efl-3135f8a9c5568125921925142735955216819611.tar.gz |
add tools/sandbox.sh
-rwxr-xr-x | tools/sandbox.sh | 6 |
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 +$@ |