Fix macOS Hypervisor platform lib for Xcode 12.2
This commit is contained in:
committed by
Stanislav Erokhin
parent
26e861867d
commit
639029f47e
@@ -1,7 +1,10 @@
|
|||||||
depends = darwin posix
|
depends = darwin posix
|
||||||
language = Objective-C
|
language = Objective-C
|
||||||
package = platform.Hypervisor
|
package = platform.Hypervisor
|
||||||
modules = Hypervisor
|
|
||||||
|
# Using headers instead of modules to workaround incorrect module definition in Xcode 12.2:
|
||||||
|
headers = Hypervisor/Hypervisor.h
|
||||||
|
headerFilter = Hypervisor/**
|
||||||
|
|
||||||
compilerOpts = -framework Hypervisor
|
compilerOpts = -framework Hypervisor
|
||||||
linkerOpts = -framework Hypervisor
|
linkerOpts = -framework Hypervisor
|
||||||
|
|||||||
Reference in New Issue
Block a user