summaryrefslogtreecommitdiffstats
path: root/MESON_FUNCTIONS
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-23 21:53:07 +0000
committerVlad Glagolev2022-07-23 21:56:05 +0000
commit464e8c6e631012055608e2c72e743184607c176c (patch)
tree78933c649f8bda9150e08e44b4e7ab6f8af074c7 /MESON_FUNCTIONS
parent1524db181b829262ef4afc17207cce1b120759b1 (diff)
Revert "MESON_FUNCTIONS: modified default muon options to make it run at least"
This reverts commit 7338a1ca3e87b6d80a8f92dad0848a961c5f63bb.
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 49ae192a37..874115f666 100755
--- a/MESON_FUNCTIONS
+++ b/MESON_FUNCTIONS
@@ -11,7 +11,7 @@ meson_build () {
if [[ $(get_spell_provider ${SPELL} MESON-BUILD) == muon ]]; then
MESON_BUILD="muon setup" &&
- MESON_OPTS="-Dprefix==${INSTALL_ROOT}${PREFIX} -Dbuildtype=${MESON_BUILD_TYPE} -Dlibdir=lib"
+ MESON_OPTS="prefix=${INSTALL_ROOT}${PREFIX} buildtype=${MESON_BUILD_TYPE} default-library=shared libdir=lib"
else
MESON_BUILD="meson"
MESON_OPTS="--prefix ${INSTALL_ROOT}${PREFIX} --buildtype ${MESON_BUILD_TYPE} --default-library shared --libdir lib"