diff options
author | midipix <writeonce@midipix.org> | 2016-05-03 12:48:25 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-06 11:03:40 -0400 |
commit | 13985a08763b13f5b1d63c6e904f91ff67171774 (patch) | |
tree | 8a2e2a9b91c01dcce2252c9e5dbc5ee3f1f3097d /configure | |
parent | 62426ae72c8aaa963ea6d3b9328eab2949a0214d (diff) | |
download | apimagic-13985a08763b13f5b1d63c6e904f91ff67171774.tar.bz2 apimagic-13985a08763b13f5b1d63c6e904f91ff67171774.tar.xz |
build system: configure: native os: use 'any-os' as needed.
Diffstat (limited to 'configure')
-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 } |