Changeset 99692 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- May 9, 2023 9:31:21 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/IntNetSwitch/Makefile.kmk
r98417 r99692 46 46 SrvIntNetWrapper.cpp 47 47 VBoxIntNetSwitch_LIBS = $(LIB_RUNTIME) 48 VBoxIntNetSwitch_LDFLAGS.darwin = \ 49 -rpath @executable_path/../../../../MacOS 48 49 # 50 # Parfait fails with an error that ../../../../MacOS can't be accessed while standard clang has no problem with it. 51 # As we don't want to run the output just omit the -rpath arguments to make it build 52 # 53 ifndef VBOX_WITH_PARFAIT 54 VBoxIntNetSwitch_LDFLAGS.darwin = \ 55 -rpath @executable_path/../../../../MacOS 56 endif 50 57 51 58 ifeq ($(KBUILD_TARGET),darwin)
Note:
See TracChangeset
for help on using the changeset viewer.