aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL')
-rwxr-xr-xLuaSL/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 5e60691..f0ed7aa 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -29,6 +29,9 @@ CFLAGS="$CFLAGS -I $E17DIR/include/embryo-1"
29CFLAGS="$CFLAGS -I $E17DIR/include/edje-1" 29CFLAGS="$CFLAGS -I $E17DIR/include/edje-1"
30CFLAGS="$CFLAGS -I $E17DIR/include/evas-1" 30CFLAGS="$CFLAGS -I $E17DIR/include/evas-1"
31CFLAGS="$CFLAGS -I $E17DIR/include/ecore-1" 31CFLAGS="$CFLAGS -I $E17DIR/include/ecore-1"
32CFLAGS="$CFLAGS -I $E17DIR/include/ecore-con-1"
33CFLAGS="$CFLAGS -I $E17DIR/include/ecore-evas-1"
34CFLAGS="$CFLAGS -I $E17DIR/include/ecore-file-1"
32CFLAGS="$CFLAGS -I $E17DIR/include" 35CFLAGS="$CFLAGS -I $E17DIR/include"
33CFLAGS="$CFLAGS -DPACKAGE_DATA_DIR=\"$LOCALDIR\" $CFLAGOPTS" 36CFLAGS="$CFLAGS -DPACKAGE_DATA_DIR=\"$LOCALDIR\" $CFLAGOPTS"
34 37