From d16383ef5ad0dd9df7328a48ccf925fccc28255f Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Tue, 18 Apr 2023 18:15:12 -0500 Subject: [PATCH] Fix syntax --- recipes/spirv-headers/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/spirv-headers/meta.yaml b/recipes/spirv-headers/meta.yaml index 003bd552f709b..bfbe166f591cc 100644 --- a/recipes/spirv-headers/meta.yaml +++ b/recipes/spirv-headers/meta.yaml @@ -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