mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
create universal on Mac - helps to build 32-bit iPhone Simulator apps on 64-bit machines
This commit is contained in:
parent
6aa07b5542
commit
0f1a967503
@ -150,6 +150,12 @@ if test "x$target" = xiphone; then
|
|||||||
echo "USE_LDID: no"
|
echo "USE_LDID: no"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
case "$host_os" in
|
||||||
|
darwin*)
|
||||||
|
# on Mac, create universal - helps to build 32-bit iPhone Simulator apps on 64-bit machines
|
||||||
|
LDFLAGS="$LDFLAGS -arch ppc -arch i386 -arch x86_64 -framework CoreFoundation"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
USE_LDID="#"
|
USE_LDID="#"
|
||||||
if test "x$UART_DEVICE" = xDEFAULT ; then
|
if test "x$UART_DEVICE" = xDEFAULT ; then
|
||||||
UART_DEVICE=/dev/ttyS0
|
UART_DEVICE=/dev/ttyS0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user