From 5fc5d37330d3535a0f421632694d1e7918fc22d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 8 Apr 2014 11:38:09 +0200 Subject: Compiles correctly: app/build-native + gradle. --- app/lzo/B/generic/build_freestanding.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 app/lzo/B/generic/build_freestanding.sh (limited to 'app/lzo/B/generic/build_freestanding.sh') diff --git a/app/lzo/B/generic/build_freestanding.sh b/app/lzo/B/generic/build_freestanding.sh new file mode 100755 index 00000000..9473dd6d --- /dev/null +++ b/app/lzo/B/generic/build_freestanding.sh @@ -0,0 +1,8 @@ +#! /bin/sh +# vi:ts=4:et + +test "X${top_srcdir}" = X && top_srcdir=`echo "$0" | sed 's,[^/]*$,,'`../.. + +LZO_CFG_FREESTANDING=1 + +. $top_srcdir/B/generic/build.sh -- cgit v1.2.3