mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-04 17:50:42 +03:00
makefile: Set SHELL to bash.
The makefile contains several bash-isms so set the SHELL variable to bash. This fixes build errors on platforms where /bin/sh does not support bash extensions. Signed-off-by: Huw Davies <huw@codeweavers.com>
This commit is contained in:
parent
b14b9ed721
commit
e47e856563
@ -2,6 +2,8 @@
|
||||
## Nested make
|
||||
##
|
||||
|
||||
SHELL := /bin/bash
|
||||
|
||||
ifneq ($(NO_NESTED_MAKE),1)
|
||||
# Pass all variables/goals to ourselves as a sub-make such that we will get a trailing error message upon failure. (We
|
||||
# invoke a lot of long-running build-steps, and make fails to re-print errors when they happened ten thousand lines
|
||||
|
Loading…
x
Reference in New Issue
Block a user