Changeset 29109 in vbox for trunk/src/libs
- Timestamp:
- May 5, 2010 8:21:32 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61169
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/java/Makefile.kmk
r29106 r29109 111 111 ifeq ($(KBUILD_TARGET),darwin) 112 112 define preprocess_exebld 113 $(shell echo install_name_tool -change /Applications/VirtualBox.app/Contents/MacOS/VBoxRT.dylib $(PATH_BIN)/VBoxRT$(VBOX_SUFF_DLL) $(1)) 113 $(shell install_name_tool -change /Applications/VirtualBox.app/Contents/MacOS/VBoxRT.dylib $(PATH_BIN)/VBoxRT$(VBOX_SUFF_DLL) $(1)) 114 $(shell install_name_tool -change $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxRT.dylib $(PATH_BIN)/VBoxRT$(VBOX_SUFF_DLL) $(1)) 114 115 endef 115 116 else
Note:
See TracChangeset
for help on using the changeset viewer.