mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
Require exe wrapper for mesa build
This commit is contained in:
parent
fdfbb09068
commit
84281c13f1
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user