VirtualBox

Changeset 15739 in vbox


Ignore:
Timestamp:
Dec 24, 2008 9:45:40 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41307
Message:

fixed mistakenly removed MacOS 10.5 build workaround, fixed typo

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r15690 r15739  
    13581358 VBOX_DARWIN_DEF_SDK_CXXFLAGS  := -mmacosx-version-min=$(VBOX_DEF_MACOSX_VERSION_MIN) -isysroot $(VBOX_PATH_MACOSX_SDK)
    13591359 VBOX_DARWIN_DEF_SDK_OBJCFLAGS := -mmacosx-version-min=$(VBOX_DEF_MACOSX_VERSION_MIN) -isysroot $(VBOX_PATH_MACOSX_SDK)
     1360ifndef VBOX_MACOS_10_5_WORKAROUND
    13601361 VBOX_DARWIN_DEF_SDK_LDFLAGS   := -mmacosx-version-min=$(VBOX_DEF_MACOSX_VERSION_MIN) -Wl,-syslibroot,$(VBOX_PATH_MACOSX_SDK) $(VBOX_DARWIN_CLASSIC_LINKER)
     1362endif
    13611363
    13621364 # specific versions.
  • trunk/configure

    r15678 r15739  
    976976  if [ "$OS" = "darwin" ]; then
    977977    if [ -f "/System/Library/Frameworks/SDL.framework/SDL" ]; then
    978       PATH_SDK_LIBSDL="/System/Library/Framework/SDL.framework"
     978      PATH_SDK_LIBSDL="/System/Library/Frameworks/SDL.framework"
    979979    elif [ -f "/Library/Frameworks/SDL.framework/SDL" ]; then
    980980      PATH_SDK_LIBSDL="/Library/Frameworks/SDL.framework"
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette