From 06305207b9a310dcee901d434328aa8e77f8d656 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 3 Dec 2015 22:26:35 -0500 Subject: build system: set TARGET to 'native' as appropriate. --- configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 5beadd1..c53cc2e 100755 --- a/configure +++ b/configure @@ -226,6 +226,12 @@ native_defaults() fi + # target + if [ x"$mb_target" = x ]; then + mb_target='native' + fi + + # os mb_native_os=`uname | tr '[:upper:]' '[:lower:]'` -- cgit v1.2.3