diff options
author | Matt Turner <mattst88@gmail.com> | 2025-04-25 21:06:36 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2025-04-26 12:57:51 -0400 |
commit | f7a10cd336f44ad6b5de30590aea22648c2cec7a (patch) | |
tree | 361bb01dfe11a0482487193f73f1af06a7771cf9 /mesa-run | |
parent | 73d25c97d097ff57e6a900cad888fbab94657b93 (diff) |
Diffstat (limited to 'mesa-run')
-rwxr-xr-x | mesa-run | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ die() { [[ -z ${builddir} ]] && die "builddir must be set" prefix="${builddir}"/install +IFS=: read -r -a extra_args <<< "${extra_args}" + machine=$(uname -m) case "$machine" in x86_64) |