Browse Source

Fix lilv tests

Signed-off-by: falkTX <falktx@falktx.com>
test-github-breakage
falkTX 1 year ago
parent
commit
63ab088af7
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      bootstrap-plugins.sh

+ 3
- 0
bootstrap-plugins.sh View File

@@ -512,6 +512,9 @@ if [ "${CROSS_COMPILING}" -eq 1 ] && [ "${LINUX}" -eq 0 ]; then
LILV_EXTRAFLAGS="-Dtests=disabled -Dtools=disabled"
fi

# Fix tests
export EXTRA_CXXFLAGS="-std=c++11"

download lilv "${LILV_VERSION}" "${LILV_URL}" "tar.xz"
build_meson lilv "${LILV_VERSION}" "-Ddefault_library=static -Dbindings_py=disabled -Ddocs=disabled ${LILV_EXTRAFLAGS}"



Loading…
Cancel
Save