use local meson, need to pip install meson > 0.60 at home folder
This commit is contained in:
@@ -7,13 +7,25 @@
|
|||||||
# could be pip3 install --user meson
|
# could be pip3 install --user meson
|
||||||
# cd lines can be deleted with compile_in_sourcetree being true
|
# cd lines can be deleted with compile_in_sourcetree being true
|
||||||
pbuild::configure() {
|
pbuild::configure() {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
cd "${SRC_DIR}"
|
||||||
|
>>>>>>> fc35801 (use local meson, need to pip install meson > 0.60 at home folder)
|
||||||
~/.local/bin/meson setup build --prefix="${PREFIX}"
|
~/.local/bin/meson setup build --prefix="${PREFIX}"
|
||||||
}
|
}
|
||||||
|
|
||||||
pbuild::compile() {
|
pbuild::compile() {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
cd "${SRC_DIR}"
|
||||||
|
>>>>>>> fc35801 (use local meson, need to pip install meson > 0.60 at home folder)
|
||||||
~/.local/bin/meson compile -C build
|
~/.local/bin/meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
pbuild::install() {
|
pbuild::install() {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
cd "${SRC_DIR}"
|
||||||
|
>>>>>>> fc35801 (use local meson, need to pip install meson > 0.60 at home folder)
|
||||||
~/.local/bin/meson install -C build
|
~/.local/bin/meson install -C build
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user