Commit ad3ac1d5 authored by Michael Niedermayer's avatar Michael Niedermayer

build system: disable memalign on haiku, its not reliable there.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 06724c5f
......@@ -3148,6 +3148,11 @@ check_deps $CONFIG_LIST \
enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
if test $target_os == "haiku"; then
disable memalign
disable posix_memalign
fi
! enabled_any memalign posix_memalign malloc_aligned &&
enabled_any $need_memalign && enable memalign_hack
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment