VirtualBox

Changeset 102357 in vbox


Ignore:
Timestamp:
Nov 28, 2023 10:41:25 AM (12 months ago)
Author:
vboxsync
Message:

libs/xpcom: Drop VBOX_USE_IPRT_IN_XPCOM andmake the code the default as running without IPRT is impossible anyways, bugref:10545 [build fix]

File:
1 edited

Legend:

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

    r102346 r102357  
    345345        $(subst -l,,$(filter -l%,$(libIDL_config_libs)))
    346346else
    347  xpidl_LDFLAGS = \
    348         $(libIDL_config_libs)
     347 ifeq ($(KBUILD_HOST), darwin)
     348  # Need to put the SDK /usr/lib before the libIDL path to make it pick the system iconv
     349  xpidl_LDFLAGS = \
     350        -L$(VBOX_PATH_MACOSX_SDK)/usr/lib \
     351        $(libIDL_config_libs)
     352 else
     353  xpidl_LDFLAGS = \
     354        $(libIDL_config_libs)
     355 endif
    349356endif
    350357xpidl_LDFLAGS.linux = \
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