VirtualBox

Changeset 107208 in vbox for trunk


Ignore:
Timestamp:
Dec 2, 2024 10:20:19 AM (2 months ago)
Author:
vboxsync
Message:

/Config.kmk: Fixed typo from r149524 that doesn't actually define VBOX_WITH_HWVIRT when it should. Caused problems recently when starting to use it in EM. jiraref:VBP-1466

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r107150 r107208  
    494494## @{
    495495# Enables the VT-x & AMD-V execution manager (HM).
    496 if "$(KBUILD_TARGET)" == "amd64" && !defined(VBOX_WITHOUT_HWVIRT)
     496if "$(KBUILD_TARGET_ARCH)" == "amd64" && !defined(VBOX_WITHOUT_HWVIRT)
    497497 VBOX_WITH_HWVIRT := 1
    498498endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette