Changeset 86390 in vbox for trunk/src/libs
- Timestamp:
- Oct 1, 2020 3:59:35 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140684
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r86389 r86390 474 474 else 475 475 # 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) 481 478 xpidl_CFLAGS = \ 482 479 $(libIDL_config_cflags)
Note:
See TracChangeset
for help on using the changeset viewer.