mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 04:43:36 +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"
|
||||
fi
|
||||
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="#"
|
||||
if test "x$UART_DEVICE" = xDEFAULT ; then
|
||||
UART_DEVICE=/dev/ttyS0
|
||||
|
Loading…
x
Reference in New Issue
Block a user