From 4f8601194d610712df3afed79d9531371de5b094 Mon Sep 17 00:00:00 2001 From: orbea Date: Fri, 6 Nov 2020 08:20:09 -0800 Subject: [PATCH] graphics/shaderc: Update script. Signed-off-by: orbea Signed-off-by: Willy Sudiarto Raharjo --- graphics/shaderc/shaderc.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/graphics/shaderc/shaderc.SlackBuild b/graphics/shaderc/shaderc.SlackBuild index 3ea0590f2b..c08796ee72 100644 --- a/graphics/shaderc/shaderc.SlackBuild +++ b/graphics/shaderc/shaderc.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=shaderc VERSION=${VERSION:-2020.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -73,9 +73,6 @@ find -L . \ sed -i '/examples/d;/third_party/d' CMakeLists.txt sed -i '/build-version/d' glslc/CMakeLists.txt -# Use the system install path for spirv.hpp -sed -i 's|spirv/unified1/spirv.hpp|SPIRV/spirv.hpp|' libshaderc/src/shaderc.cc - glslang_version="$(glslangValidator -v | grep 'Glslang Version')" # Create build-version.inc since git versioning is disabled.