We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a889f78 commit c413945Copy full SHA for c413945
scripts/build_glib_amd64.sh
@@ -2,5 +2,5 @@
2
3
cd 3rdparty/glib
4
meson subprojects download > /dev/null
5
-meson setup -Dwrap_mode=forcefallback ../../build_amd64/glib > /dev/null
+meson setup -Dwrap_mode=forcefallback ../../build_amd64/glib -Druntime_dir=/var/run > /dev/null
6
meson compile -j `nproc` -C ../../build_amd64/glib > /dev/null
scripts/build_glib_arm64.sh
-meson setup -Dwrap_mode=forcefallback --cross-file=../meson-cross-file-aarch64.txt ../../build_arm64/glib > /dev/null
+meson setup -Dwrap_mode=forcefallback -Druntime_dir=/var/run --cross-file=../meson-cross-file-aarch64.txt ../../build_arm64/glib > /dev/null
meson compile -j `nproc` -C ../../build_arm64/glib > /dev/null
0 commit comments