Changeset 98628 in vbox
- Timestamp:
- Feb 18, 2023 8:10:51 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155927
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r98439 r98628 356 356 VBoxDD_SOURCES += \ 357 357 Graphics/DevVGA-SVGA3d-dx-dx11.cpp 358 VBoxDD_POST_CMDS.darwin += \ # @todo This is probably not the nicest way to do this... 359 $(INSTALL) -m 0644 $(lastword $(sort $(wildcard $(KBUILD_DEVTOOLS_TRG)/moltenvk/v*)))/libMoltenVK.dylib $(PATH_STAGE_BIN)/libMoltenVK.dylib 358 360 endif 359 361 endif -
trunk/src/VBox/Installer/darwin/Makefile.kmk
r98429 r98628 487 487 MacOS/VBoxSVGA3D.dylib \ 488 488 MacOS/VBoxSVGA3DObjC.dylib 489 endif 490 ifdef VBOX_WITH_DXVK 491 VBOX_DI_VBAPP_DYLIBS += \ 492 MacOS/VBoxDxVk.dylib \ 493 MacOS/libMoltenVK.dylib 489 494 endif 490 495
Note:
See TracChangeset
for help on using the changeset viewer.