gitlab-ci: Always set libdir to lib/

I introduced libdir for cross-builds so we could point at the
resulting drivers without per-arch dependencies, but I'd rather not
have to type x86_64-linux-whatever for non-cross-builds either.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
This commit is contained in:
Eric Anholt
2019-07-23 11:12:07 -07:00
parent 494ecef6b4
commit f68b987387
2 changed files with 1 additions and 1 deletions

View File

@@ -247,7 +247,6 @@ meson-vulkan:
-D gallium-nine=false
-D llvm=false
CROSS: >
--libdir lib
--cross /tmp/cross_file.txt
script:

View File

@@ -17,6 +17,7 @@ fi
rm -rf _build
meson _build --native-file=native.file \
${CROSS} \
-D libdir=lib \
-D buildtype=debug \
-D build-tests=true \
-D libunwind=${UNWIND} \