mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
@@ -14,3 +14,4 @@ SPIRV_HEADERS_INSTALL_STAGING = YES
|
||||
SPIRV_HEADERS_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(cmake-package))
|
||||
$(eval $(host-cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user