VirtualBox

Ignore:
Timestamp:
Oct 1, 2020 3:29:23 PM (4 years ago)
Author:
vboxsync
Message:

xpcom18a4/Makefile.kmk: provide clear diagnostics when libIDL-config is missing

File:
1 edited

Legend:

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

    r86281 r86389  
    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
    476479 libIDL_config_cflags := $(shell $(VBOX_LIBIDL_CONFIG) --cflags)
    477480 libIDL_config_libs   := $(shell $(VBOX_LIBIDL_CONFIG) --libs)
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