mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
Use host-specific ranlib when crosscompiling for darwin (Mac OS X)
svn-id: r39523
This commit is contained in:
parent
55eb3b0b26
commit
f32fd48930
3
configure
vendored
3
configure
vendored
@ -1147,6 +1147,9 @@ if test -n "$_host"; then
|
|||||||
bfin*)
|
bfin*)
|
||||||
_need_memalign=yes
|
_need_memalign=yes
|
||||||
;;
|
;;
|
||||||
|
*darwin*)
|
||||||
|
_ranlib=$_host-ranlib
|
||||||
|
;;
|
||||||
gp2x)
|
gp2x)
|
||||||
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
|
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
|
||||||
DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SMUSH_ASM"
|
DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SMUSH_ASM"
|
||||||
|
Loading…
Reference in New Issue
Block a user