summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-03 23:02:24 -0500
committermidipix <writeonce@midipix.org>2015-12-03 23:02:24 -0500
commit13a45a1cd8cc299158405760272a5f48c3f2644d (patch)
tree115b654e84391b264f8f9b26807855416f7684bf /configure
parent201b9a0f65a1e7def62331e6d3eee303a90dbb91 (diff)
downloadntapi-13a45a1cd8cc299158405760272a5f48c3f2644d.tar.bz2
ntapi-13a45a1cd8cc299158405760272a5f48c3f2644d.tar.xz
build system: set TARGET to 'native' as appropriate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
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:]'`