Skip to content

Commit

Permalink
Specify runtime for glib to /var/run (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrChaika authored Oct 12, 2023
1 parent a889f78 commit c413945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build_glib_amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

cd 3rdparty/glib
meson subprojects download > /dev/null
meson setup -Dwrap_mode=forcefallback ../../build_amd64/glib > /dev/null
meson setup -Dwrap_mode=forcefallback ../../build_amd64/glib -Druntime_dir=/var/run > /dev/null
meson compile -j `nproc` -C ../../build_amd64/glib > /dev/null
2 changes: 1 addition & 1 deletion scripts/build_glib_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

cd 3rdparty/glib
meson subprojects download > /dev/null
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 comments on commit c413945

Please sign in to comment.