VirtualBox

Changeset 27151 in vbox


Ignore:
Timestamp:
Mar 8, 2010 7:47:11 AM (15 years ago)
Author:
vboxsync
Message:

darwin only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r27140 r27151  
    16171617# depending on whether the build is hardened or not (dylib install_name).
    16181618#
    1619 ifndef VBOX_DYLD_EXECUTABLE_PATH
    1620  ifdef VBOX_WITH_HARDENING
    1621   VBOX_DYLD_EXECUTABLE_PATH = $(VBOX_PATH_APP_PRIVATE_ARCH)
    1622  else if 0
    1623   VBOX_DYLD_EXECUTABLE_PATH = @executable_path
    1624  else
    1625   VBOX_DYLD_EXECUTABLE_PATH = @rpath
    1626   VBOX_WITH_RELATIVE_RUNPATH = @loader_path/
     1619ifeq ($(KBUILD_TARGET),darwin)
     1620 ifndef VBOX_DYLD_EXECUTABLE_PATH
     1621  ifdef VBOX_WITH_HARDENING
     1622   VBOX_DYLD_EXECUTABLE_PATH = $(VBOX_PATH_APP_PRIVATE_ARCH)
     1623  else if 0
     1624   VBOX_DYLD_EXECUTABLE_PATH = @executable_path
     1625  else
     1626   VBOX_DYLD_EXECUTABLE_PATH = @rpath
     1627   VBOX_WITH_RELATIVE_RUNPATH = @loader_path/
     1628  endif
    16271629 endif
    16281630endif
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