Insist on using bash shell for building pyodide

bash may not be the default on Mac
This commit is contained in:
William Lachance 2019-10-17 11:30:40 -04:00 committed by William Lachance
parent 8614d71497
commit dd8faf5164
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ CLAPACK=CLAPACK/CLAPACK-WA/lapack_WA.bc
PYODIDE_EMCC=$(PYODIDE_ROOT)/ccache/emcc
PYODIDE_CXX=$(PYODIDE_ROOT)/ccache/em++
SHELL := /bin/bash
CC=emcc
CXX=em++
OPTFLAGS=-O3