VirtualBox

Changeset 88295 in vbox


Ignore:
Timestamp:
Mar 25, 2021 9:50:10 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143506
Message:

/Config.kmk: Tweak libIDL-config-2 detection. On Solaris (where we have both the fallback from tools and from PATH) we otherwise ended up with both values glued together.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r88215 r88295  
    23162316    VBOX_LIBIDL_CONFIG_FALLBACK = $(lastword $(wildcard $(KBUILD_DEVTOOLS)/solaris.amd64/libIDL/*/bin/libIDL-config-2))
    23172317   endif
    2318    export VBOX_LIBIDL_CONFIG := $(firstword $(which libIDL-config-2 libIDL-config $(VBOX_LIBIDL_CONFIG_FALLBACK)) libIDL-config-2-not-found)
     2318   export VBOX_LIBIDL_CONFIG := $(firstword $(which libIDL-config-2 libIDL-config) $(VBOX_LIBIDL_CONFIG_FALLBACK) libIDL-config-2-not-found)
    23192319  endif
    23202320 endif
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