mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Upgraded glslang from 14.0.0 to 14.2.0
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
# glslang
|
||||
# Source: https://github.com/KhronosGroup/glslang/archive/refs/tags/14.0.0.tar.gz
|
||||
# Source: https://github.com/KhronosGroup/glslang/archive/14.2.0/glslang-14.2.0.tar.gz
|
||||
#
|
||||
# $BUILD = Directory to temporarily install
|
||||
# $PKGS = Directory to store built packages
|
||||
@ -54,5 +54,5 @@ glslang: https://github.com/KhronosGroup/glslang
|
||||
glslang:
|
||||
EOF
|
||||
sudo -S mv -v /tmp/slack-desc install/ &&
|
||||
sudo -S makepkg -l y -c n $PKGS/glslang-14.0.0-$PSUFFIX &&
|
||||
sudo -S makepkg -l y -c n $PKGS/glslang-14.2.0-$PSUFFIX &&
|
||||
sudo -S rm -rf ${BUILD}/*
|
||||
|
Reference in New Issue
Block a user