Skip to content

Commit

Permalink
spirv-tools: Specify header path
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 2, 2024
1 parent 76e27a0 commit 6f912aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spirv-tools.be0
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/4a3f873a07f33cffd70890e17a34fe8b/SPIRV-

mee_configure() {
bee_configure \
-D SPIRV_WERROR=OFF \
-D BUILD_SHARED_LIBS=ON \
-D SPIRV_TOOLS_BUILD_STATIC=OFF
-D SPIRV_WERROR=OFF \
-D BUILD_SHARED_LIBS=ON \
-D SPIRV_TOOLS_BUILD_STATIC=OFF \
-D SPIRV-Headers_SOURCE_DIR=${PREFIX}
}

#mee_build() {
Expand Down

0 comments on commit 6f912aa

Please sign in to comment.