VirtualBox

Changeset 86391 in vbox


Ignore:
Timestamp:
Oct 1, 2020 4:07:39 PM (4 years ago)
Author:
vboxsync
Message:

xpcom/Makefile.kmk: Turns out VBOX_LIBIDL_CONFIG can be more than one word, so drop the quoting.

File:
1 edited

Legend:

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

    r86390 r86391  
    474474else
    475475 # We do these ONCE.
    476  libIDL_config_cflags := $(shell "$(VBOX_LIBIDL_CONFIG)" --cflags)
    477  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)
    478478 xpidl_CFLAGS = \
    479479        $(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