diff options
author | midipix <writeonce@midipix.org> | 2016-05-03 12:48:25 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-03 12:48:25 -0400 |
commit | 51838dc8ff5f599a4616fc4588604e229e91c4c0 (patch) | |
tree | c53bbcaea392d9dd4310392479887bf8a3308750 /configure | |
parent | ee87bee3bace575d7a83969d9a6e3b153cd48b50 (diff) | |
download | slibtool-51838dc8ff5f599a4616fc4588604e229e91c4c0.tar.bz2 slibtool-51838dc8ff5f599a4616fc4588604e229e91c4c0.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 } |