Changeset 93044 in vbox
- Timestamp:
- Dec 21, 2021 11:40:58 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149048
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r93024 r93044 467 467 #VBOX_WITH_NESTED_HWVIRT_VMX_EPT = 1 468 468 endif 469 # Enable native NEM on windows .470 if1of ($(KBUILD_TARGET), win )469 # Enable native NEM on windows and macOS. 470 if1of ($(KBUILD_TARGET), win darwin) 471 471 VBOX_WITH_NATIVE_NEM = 1 472 472 endif
Note:
See TracChangeset
for help on using the changeset viewer.