Changeset 83033 in vbox for trunk/Makefile.kmk
- Timestamp:
- Feb 10, 2020 1:40:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r82968 r83033 179 179 Frameworks/$(qtmod).framework/$(qtmod)=>Versions/5/$(qtmod) \ 180 180 Frameworks/$(qtmod).framework/Resources=>Versions/5/Resources) 181 qt5-bin_INSTALLER = $(INSTALL) $(if $(uid),-o $(uid)) $(if $(gid),-g $(gid)) $(if $(mode),-m $(mode)) $(4) -- \ 182 "$(1)" "$(2)" $(if-expr "$(source_type_prefix)" == "EXEC_" \ 183 ,$(NLTAB)install_name_tool \ 184 $(if-expr "$(suffix $2)" == "", -id "$(if $(VBOX_WITH_HARDENING),/Applications/VirtualBox.app/Contents/Framework,@rpath)/$(notdir $(2)).framework/Version/5/$(notdir $(2))",) \ 185 $(foreach qtmod, $(VBOX_QT_MOD_NAMES), \ 186 $(foreach prefix, @executable_path/../Frameworks/ $(VBOX_PATH_QT)/Frameworks/ $(PATH_SDK_QT)/, \ 187 -change "$(prefix)$(qtmod).framework/Versions/5/$(qtmod)" \ 188 "$(if $(VBOX_WITH_HARDENING),/Applications/VirtualBox.app/Contents/Frameworks,@rpath)/$(qtmod).framework/Versions/5/$(qtmod)" ) ) \ 189 "$(2)",) # HACK ALERT! Using $(source_type_prefix) to detect EXEC_SOURCES. 181 190 else # win x11 182 191 if1of ($(KBUILD_TARGET), linux solaris)
Note:
See TracChangeset
for help on using the changeset viewer.