gitlab-ci: Always set libdir to lib/
authorEric Anholt <eric@anholt.net>
Tue, 23 Jul 2019 18:12:07 +0000 (11:12 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 25 Jul 2019 15:56:19 +0000 (08:56 -0700)
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>
.gitlab-ci.yml
.gitlab-ci/meson-build.sh

index e5ae08ce7777e6e2e490756fc077bdbe26e8dbab..a43e69c00e466b394448bb891967e99bdf3e1bd7 100644 (file)
@@ -247,7 +247,6 @@ meson-vulkan:
       -D gallium-nine=false
       -D llvm=false
     CROSS: >
-      --libdir lib
       --cross /tmp/cross_file.txt
 
   script:
index 2bf51de1cd69214ab1aab09ab75d63e11934f294..04b0189e254315864e00def39e68a6f059fc4ba3 100755 (executable)
@@ -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} \