Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Apr 18, 2023
1 parent c4859c0 commit d16383e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/spirv-headers/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ requirements:

test:
commands:
- test -f ${PREFIX}/include/spirv/1.2/spirv.h # [unix]
- if not exist %LIBRARY_INC%\\spirv\\1.2\\spirv.h # [win]
- test -f ${PREFIX}/include/spirv/1.2/spirv.h # [unix]
- if not exist %LIBRARY_INC%\\spirv\\1.2\\spirv.h exit 1 # [win]

about:
home: https://github.com/KhronosGroup/SPIRV-Headers
Expand Down

0 comments on commit d16383e

Please sign in to comment.