Skip to content

Commit

Permalink
package/spirv-headers: add host variant
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tpetazzoni committed Oct 1, 2023
1 parent 0a01085 commit 93a981c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/spirv-headers/spirv-headers.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ SPIRV_HEADERS_INSTALL_STAGING = YES
SPIRV_HEADERS_INSTALL_TARGET = NO

$(eval $(cmake-package))
$(eval $(host-cmake-package))

0 comments on commit 93a981c

Please sign in to comment.