Use /bin/sh (GH #573)
parent
526742d862
commit
c16eddb40e
|
|
@ -2,8 +2,9 @@
|
|||
##### System Attributes and Programs #####
|
||||
###########################################################
|
||||
|
||||
# Must use Bash
|
||||
SHELL = bash
|
||||
# https://www.gnu.org/software/make/manual/make.html#Makefile-Conventions
|
||||
SHELL = /bin/sh
|
||||
|
||||
# If needed
|
||||
TMPDIR ?= /tmp
|
||||
# Used for ARMv7 and NEON.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# https://www.gnu.org/software/make/manual/make.html#Makefile-Conventions
|
||||
SHELL = /bin/sh
|
||||
|
||||
# Default CXXFLAGS if none were provided
|
||||
CXXFLAGS ?= -DNDEBUG -g2 -O3 -fPIC -pipe
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue