Require exe wrapper for mesa build

This commit is contained in:
Jeremy Soller 2022-09-08 09:16:23 -06:00
parent fdfbb09068
commit 84281c13f1
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -37,6 +37,9 @@ echo "prefix = '/'" >> cross_file.txt
echo "libdir = 'lib'" >> cross_file.txt
echo "bindir = 'bin'" >> cross_file.txt
echo "[properties]" >> cross_file.txt
echo "needs_exe_wrapper = true" >> cross_file.txt
meson "${COOKBOOK_SOURCE}" . \
--cross-file cross_file.txt \
--buildtype release \