Skip to content

Commit bb8a4ae

Browse files
committed
granite installs to lib64 - fixing.
1 parent 33bb5d4 commit bb8a4ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

com.github.louis77.tuner.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ modules:
7373
- name: granite
7474
buildsystem: meson
7575
config-opts:
76-
- "--buildtype=release"
76+
- "--buildtype=release"
77+
- "--prefix=/app"
78+
- "--libdir=lib"
7779
sources:
7880
- type: archive
7981
url: https://github.com/elementary/granite/archive/refs/tags/6.2.0.tar.gz

0 commit comments

Comments
 (0)