summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-01-25 12:27:16 +0100
committerErik Faye-Lund <erik.faye-lund@collabora.com>2023-01-30 09:44:33 +0100
commitc7165d577d7d7ba66816fc9a5155077d75ab4b9c (patch)
treece0424f9bebca20ba2be289868b9ca375c1b4a3e /.gitlab-ci
parentf87eeb37cb4792517333fe42a2973f5325e72c72 (diff)
downloadmesa-demos-c7165d577d7d7ba66816fc9a5155077d75ab4b9c.tar.gz
gitlab-ci: drop needless sys_root property
This is harmless now, but once we start using pkg-config, this path will be appended to every include/lib dir, which will break stuff. Fixes: 70ea768b ("gitlab-ci: build with meson") Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/x86_64-w64-mingw321
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/x86_64-w64-mingw32 b/.gitlab-ci/x86_64-w64-mingw32
index 4b4bea2f..a4eae875 100644
--- a/.gitlab-ci/x86_64-w64-mingw32
+++ b/.gitlab-ci/x86_64-w64-mingw32
@@ -9,7 +9,6 @@ exe_wrapper = ['wine32']
[properties]
needs_exe_wrapper = True
-sys_root = '/usr/i686-w64-mingw32/'
[host_machine]
system = 'windows'