diff options
-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 +$@ |