mark citra script and executable as executable

This commit is contained in:
Morilli 2023-08-11 19:52:12 +02:00
parent f2942feb93
commit ebf93e60ae
2 changed files with 2 additions and 2 deletions

4
citra/build_release.sh Normal file → Executable file
View File

@ -5,8 +5,8 @@ if [ -z "$CXX" ]; then export CXX="clang++"; fi
# libc++ must be used currently as Citra fails to build with stdlibc++ due to a stdlibc++ bug
rm -rf build
mkdir build
#rm -rf build
#mkdir build
export GLSLANG_VALIDATOR_DIR=$(realpath ./glslangValidator)
cd build
cmake ../citra -DENABLE_SDL2=OFF -DUSE_SYSTEM_SDL2=OFF -DENABLE_QT=OFF -DENABLE_QT_TRANSLATION=OFF -DENABLE_QT_UPDATER=OFF \

0
citra/glslangValidator/glslangValidator Normal file → Executable file
View File