summaryrefslogtreecommitdiffstats
path: root/MESON_FUNCTIONS
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-23 22:35:35 +0000
committerVlad Glagolev2022-07-23 22:35:35 +0000
commit0669e531fc0b7d6f38c5dc2fbf233375f57b5904 (patch)
treeacf2827c258948044aa1164c2dfd145c1284d4c8 /MESON_FUNCTIONS
parentc25575b968314fcca49c37395cb68cb73d7cbcb1 (diff)
MESON_FUNCTIONS: clean up
Diffstat (limited to 'MESON_FUNCTIONS')
-rwxr-xr-xMESON_FUNCTIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MESON_FUNCTIONS b/MESON_FUNCTIONS
index 6e05f5bdca..d8e8167b1f 100755
--- a/MESON_FUNCTIONS
+++ b/MESON_FUNCTIONS
@@ -11,7 +11,6 @@ meson_build () {
if [[ $(get_spell_provider ${SPELL} MESON-BUILD) == muon ]]; then
MESON_BUILD="muon setup" &&
- MESON_OPTS="" &&
OPTS="prefix=${INSTALL_ROOT}${PREFIX} buildtype=${MESON_BUILD_TYPE} default_library=shared libdir=lib ${OPTS}"
else
@@ -39,6 +38,7 @@ meson_build () {
}
meson_install () {
+ local BUILDER &&
local BUILDER_OPTS="-j ${MAKE_NJOBS} -C builddir/" &&
if ! is_depends_enabled ${SPELL} $(get_spell_provider ${SPELL} NINJA-BUILD); then