mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-27 02:49:42 +00:00
Typo in IDE auto-detection
This commit is contained in:
parent
4a33797b48
commit
c0db6d3f47
@ -1018,7 +1018,7 @@ if [[ "x$ac_cv_header_AvailabilityMacros_h" = "xyes" ]]; then
|
||||
fi
|
||||
|
||||
dnl Which IDE do we use?
|
||||
if test -d "Developer/Applications/Xcode.app"; then
|
||||
if test -d "/Developer/Applications/Xcode.app"; then
|
||||
IDE=xcodebuild
|
||||
PROJECT=BasiliskII.xcode
|
||||
IDEARGS="-project BasiliskII.xcode"
|
||||
@ -1055,5 +1055,6 @@ echo Floating-Point emulation core .......... : $FPE_CORE
|
||||
echo Assembly optimizations ................. : $ASM_OPTIMIZATIONS
|
||||
echo Addressing mode ........................ : $ADDRESSING_MODE
|
||||
echo Bad memory access recovery type ........ : $sigsegv_recovery
|
||||
echo Mac OS X development environment ....... : $IDE
|
||||
echo
|
||||
echo "Configuration done. Now type \"make\" (or \"make ide\")."
|
||||
|
Loading…
Reference in New Issue
Block a user