diff options
author | midipix <writeonce@midipix.org> | 2016-05-03 12:48:25 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:41 -0500 |
commit | 3ccc3bc8757e98f84f383483e9943cf9f0e7fe1b (patch) | |
tree | 14246b0ebf5529611b0c013afe7c73c92b8673bd | |
parent | 453807c51b18334fd6b3abba5f22386c54f4f5fc (diff) | |
download | mdso-3ccc3bc8757e98f84f383483e9943cf9f0e7fe1b.tar.bz2 mdso-3ccc3bc8757e98f84f383483e9943cf9f0e7fe1b.tar.xz |
build system: configure: native os: use 'any-os' as needed.
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -296,6 +296,11 @@ native_defaults() error_msg "config error: could not determine size of pointer on native system." exit 2 fi + + # fallback os recipe + if ! [ -f $mb_project_dir/sysinfo/os/$mb_native_os.mk ]; then + mb_native_os='any-os'; + fi } |