VirtualBox

Changeset 30123 in vbox for trunk/src/libs


Ignore:
Timestamp:
Jun 9, 2010 2:00:37 PM (14 years ago)
Author:
vboxsync
Message:

python-OSX: Only build against python 2.5 when we are using the 10.5 SDK and are on x86.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/Makefile.kmk

    r29118 r30123  
    101101endif
    102102
    103 if defined(VBOX_PYTHON25_INC) && "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" != "darwin.amd64"
     103if defined(VBOX_PYTHON25_INC) && "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "darwin.x86" && "$(VBOX_DEF_MACOSX_VERSION_MIN)" == "10.5"
    104104#
    105105# Python 2.5 version
     
    108108VBoxPython2_5_EXTENDS    = VBoxPythonBase
    109109VBoxPython2_5_EXTENDS_BY = appending
    110 VBoxPython2_5_TEMPLATE   = XPCOM$(if-expr "$(KBUILD_TARGET)" == "darwin",OSX105,)
     110VBoxPython2_5_TEMPLATE   = XPCOM
    111111VBoxPython2_5_INCS       = $(VBOX_PYTHON25_INC)
    112112VBoxPython2_5_LIBS       = $(VBOX_PYTHON25_LIB)
Note: See TracChangeset for help on using the changeset viewer.

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