VirtualBox

Changeset 12383 in vbox for trunk


Ignore:
Timestamp:
Sep 10, 2008 11:56:16 PM (16 years ago)
Author:
vboxsync
Message:

VBoxPython: DLLSUFF.darwin isn't working, use DLLSUFF.

File:
1 edited

Legend:

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

    r12382 r12383  
    13521352                  VBOX_PYXPCOM VBOX_WITH_XPCOM
    13531353VBoxPython_NAME.darwin = VBoxPython2_3
    1354 VBoxPython_DLLSUFF.darwin = .so
     1354ifeq ($(KBUILD_TARGET),darwin)
     1355 ## @todo kBuild - this ain't working: VBoxPython_DLLSUFF.darwin = .so
     1356 VBoxPython_DLLSUFF = .so
     1357endif
    13551358VBoxPython_CFLAGS.darwin   = $(VBOX_PYTHON_FRAMEWORK)
    13561359VBoxPython_CXXFLAGS.darwin = $(VBOX_PYTHON_FRAMEWORK)
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