summaryrefslogtreecommitdiff
path: root/main/src/main/cpp/lzo/B/generic/build_freestanding.sh
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/cpp/lzo/B/generic/build_freestanding.sh')
-rwxr-xr-xmain/src/main/cpp/lzo/B/generic/build_freestanding.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/src/main/cpp/lzo/B/generic/build_freestanding.sh b/main/src/main/cpp/lzo/B/generic/build_freestanding.sh
new file mode 100755
index 00000000..9d391e9a
--- /dev/null
+++ b/main/src/main/cpp/lzo/B/generic/build_freestanding.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+## vim:set ts=4 sw=4 et:
+
+test "X${top_srcdir}" = X && top_srcdir=`echo "$0" | sed 's,[^/]*$,,'`../..
+
+LZO_CFG_FREESTANDING=1
+
+. $top_srcdir/B/generic/build.sh