Changeset 99696 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 9, 2023 10:04:31 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r99695 r99696 443 443 VirtualBoxVM_LDFLAGS.darwin = \ 444 444 $(if $(VBOX_WITH_HARDENING) \ 445 ,-install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VirtualBoxVM.dylib \446 ,-rpath @executable_path/../../../../MacOS \447 -rpath @executable_path/../../../../Frameworks) \445 ,-install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VirtualBoxVM.dylib \ 446 ,-rpath @executable_path/../../../../MacOS \ 447 -rpath @executable_path/../../../../Frameworks) \ 448 448 -framework AppKit -framework Carbon -framework IOKit 449 449 else
Note:
See TracChangeset
for help on using the changeset viewer.