diff options
author | midipix <writeonce@midipix.org> | 2015-12-03 23:02:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-12-03 23:02:48 -0500 |
commit | 38f2f3bb9994bfadf010a7fd5bfe5028e782c914 (patch) | |
tree | bea81e0355a236ee40281914de7e75567c4554c2 /configure | |
parent | f6d9940ce38e43902632cfa88a484886524b048f (diff) | |
download | ntcon-38f2f3bb9994bfadf010a7fd5bfe5028e782c914.tar.bz2 ntcon-38f2f3bb9994bfadf010a7fd5bfe5028e782c914.tar.xz |
build system: set TARGET to 'native' as appropriate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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:]'` |