mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
siglo: fix meson build
This commit is contained in:
parent
35887dc08b
commit
2a31ed50c1
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ BDEPEND="${PYTHON_DEPS}"
|
|||
|
||||
src_configure() {
|
||||
python_setup
|
||||
sed -i "s#python.find_installation('python3').path()#\'${EPYTHON}\'#" src/meson.build
|
||||
sed -i "s#python.find_installation('python3'\, modules\: \['gatt'\]).full_path()#\'${EPYTHON}\'#" src/meson.build || die
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue