mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/shaderc: Update script.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6f1fee11db
commit
4f8601194d
1 changed files with 1 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue