Skip to content

Commit c413945

Browse files
Specify runtime for glib to /var/run (eclipse-leda#48)
1 parent a889f78 commit c413945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build_glib_amd64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
cd 3rdparty/glib
44
meson subprojects download > /dev/null
5-
meson setup -Dwrap_mode=forcefallback ../../build_amd64/glib > /dev/null
5+
meson setup -Dwrap_mode=forcefallback ../../build_amd64/glib -Druntime_dir=/var/run > /dev/null
66
meson compile -j `nproc` -C ../../build_amd64/glib > /dev/null

scripts/build_glib_arm64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
cd 3rdparty/glib
44
meson subprojects download > /dev/null
5-
meson setup -Dwrap_mode=forcefallback --cross-file=../meson-cross-file-aarch64.txt ../../build_arm64/glib > /dev/null
5+
meson setup -Dwrap_mode=forcefallback -Druntime_dir=/var/run --cross-file=../meson-cross-file-aarch64.txt ../../build_arm64/glib > /dev/null
66
meson compile -j `nproc` -C ../../build_arm64/glib > /dev/null

0 commit comments

Comments
 (0)