Skip to content
Snippets Groups Projects
Commit bb4d30a7 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Set --libdir

parent ea12f9e4
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ builds:
CXX=clang++ \
meson setup \
--buildtype plain \
--libdir=lib \
--prefix "$ORCHESTRA_ROOT" \
--wrap-mode nodownload \
-Ddefault_library=shared \
......
......@@ -15,6 +15,7 @@ configure: |
export CC=clang
meson setup \
--buildtype plain \
--libdir=lib \
--prefix "$ORCHESTRA_ROOT" \
--wrap-mode nodownload \
-Dx11=enabled \
......
......@@ -16,6 +16,7 @@ configure: |
export CXX=clang++
meson setup \
--buildtype plain \
--libdir=lib \
--prefix "$ORCHESTRA_ROOT" \
--wrap-mode nodownload \
-Dplatforms=x11,wayland,drm,surfaceless \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment