VirtualBox

Changeset 86390 in vbox for trunk/src/libs


Ignore:
Timestamp:
Oct 1, 2020 3:59:35 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140684
Message:

/Config.kmk,xpcom/Makefile.kmk: Better error message if we cannot find the libIDL config script.

File:
1 edited

Legend:

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

    r86389 r86390  
    474474else
    475475 # We do these ONCE.
    476  ifndef VBOX_LIBIDL_CONFIG
    477   $(error VBox: Missing libIDL package? VBOX_LIBIDL_CONFIG is empty, neither libIDL-config-2 nor libIDL-config was found)
    478  endif
    479  libIDL_config_cflags := $(shell $(VBOX_LIBIDL_CONFIG) --cflags)
    480  libIDL_config_libs   := $(shell $(VBOX_LIBIDL_CONFIG) --libs)
     476 libIDL_config_cflags := $(shell "$(VBOX_LIBIDL_CONFIG)" --cflags)
     477 libIDL_config_libs   := $(shell "$(VBOX_LIBIDL_CONFIG)" --libs)
    481478 xpidl_CFLAGS = \
    482479        $(libIDL_config_cflags)
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