oops revert this

This commit is contained in:
Morilli 2023-08-11 21:23:14 +02:00
parent ebf93e60ae
commit 978c396b82
1 changed files with 2 additions and 2 deletions

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 \