package/spirv-headers: add host variant
We discovered that the existing host-spirv-llvm-translator package downloads the spirv-headers during its build process, which of course is very wrong. In order to fix this, we first introduce a host variant of the spirv-headers. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
0a01085abe
commit
93a981cd9d
@ -14,3 +14,4 @@ SPIRV_HEADERS_INSTALL_STAGING = YES
|
||||
SPIRV_HEADERS_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(cmake-package))
|
||||
$(eval $(host-cmake-package))
|
||||
|
Loading…
Reference in New Issue
Block a user