summaryrefslogtreecommitdiffstats
path: root/MESON_FUNCTIONS
diff options
context:
space:
mode:
authorPavel Vinogradov2022-07-23 16:21:52 -0400
committerPavel Vinogradov2022-07-23 16:21:52 -0400
commit7338a1ca3e87b6d80a8f92dad0848a961c5f63bb (patch)
tree32c5844e8380f1deaac653e8dc6abb66f68e10d3 /MESON_FUNCTIONS
parentd312de8c6b6799d12749f0246bb69e64cbce5e91 (diff)
MESON_FUNCTIONS: modified default muon options to make it run at least
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 ba1da14569..73a6adb557 100755
--- a/MESON_FUNCTIONS
+++ b/MESON_FUNCTIONS
@@ -12,7 +12,7 @@ meson_build () {
if [[ $(get_spell_provider ${SPELL} MESON-BUILD) == muon ]]; then
MESON_BUILD="muon setup" &&
- MESON_OPTS="prefix=${INSTALL_ROOT}${PREFIX} buildtype=${MESON_BUILD_TYPE} default-library=shared libdir=lib"
+ MESON_OPTS="-Dprefix==${INSTALL_ROOT}${PREFIX} -Dbuildtype=${MESON_BUILD_TYPE} -Dlibdir=lib"
else
MESON_BUILD="meson"
MESON_OPTS="--prefix ${INSTALL_ROOT}${PREFIX} --buildtype ${MESON_BUILD_TYPE} --default-library shared --libdir lib"