File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ echo "$VERSION" > ~/version
4444 # HACK2
4545 sed -i ' 1i find_package(SPIRV-Headers)' ./externals/sirit/sirit/src/CMakeLists.txt
4646
47+ # HACK3
48+ qpaheader=$( find /usr/include -type f -name ' qplatformnativeinterface.h' -print -quit)
49+ sed -i " s|#include <qpa/qplatformnativeinterface.h>|#include <$qpaheader >|" ./src/citra_qt/bootmanager.cpp
50+
4751 mkdir ./build
4852 cd ./build
4953 cmake .. -DCMAKE_CXX_COMPILER=clang++ \
@@ -87,11 +91,6 @@ if [ "$DEVEL" = 'true' ]; then
8791 UPINFO=" $( echo " $UPINFO " | sed ' s|latest|nightly|' ) "
8892fi
8993
90- # allow using host vk for aarch64 given the sad situation
91- if [ " $ARCH " = ' aarch64' ]; then
92- echo ' SHARUN_ALLOW_SYS_VKICD=1' >> ./AppDir/.env
93- fi
94-
9594# MAKE APPIMAGE WITH URUNTIME
9695wget --retry-connrefused --tries=30 " $URUNTIME " -O ./uruntime2appimage
9796chmod +x ./uruntime2appimage
You can’t perform that action at this time.
0 commit comments