Revert "Disable Hypervisor platform lib to workaround the problem with Xcode 12.2"

This reverts commit 44d64b5aa73a665d2eb9d5c77808cef173149d19.
This commit is contained in:
Svyatoslav Scherbina
2020-12-04 17:32:33 +03:00
committed by Stanislav Erokhin
parent 783517dbe8
commit 26e861867d
2 changed files with 7 additions and 11 deletions
@@ -0,0 +1,7 @@
depends = darwin posix
language = Objective-C
package = platform.Hypervisor
modules = Hypervisor
compilerOpts = -framework Hypervisor
linkerOpts = -framework Hypervisor
@@ -1,11 +0,0 @@
depends = darwin posix
language = Objective-C
package = platform.Hypervisor
modules = Hypervisor
compilerOpts = -framework Hypervisor
linkerOpts = -framework Hypervisor
#Disabled: doesn't work with macOS 11.0 SDK (Xcode 12.2).
#Fixing this requires to switch this lib from modules to headers,
#but previous versions don't have an umbrella header.
#TODO: fix and enable after updating to Xcode 12.2.