diff options
author | midipix <writeonce@midipix.org> | 2016-05-03 12:48:25 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:45 -0500 |
commit | 69a683010d8f6432f44e30500d7f00a27de70665 (patch) | |
tree | 56ea90a776b149171d8063e9b68f873ea32c19cd | |
parent | 2e167db4e9dc8b086f7c2d5f5b5204a9da4ccf2f (diff) | |
download | perk-69a683010d8f6432f44e30500d7f00a27de70665.tar.bz2 perk-69a683010d8f6432f44e30500d7f00a27de70665.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 } |