From dd8faf5164fb841c021d69309f1061c802914b22 Mon Sep 17 00:00:00 2001 From: William Lachance Date: Thu, 17 Oct 2019 11:30:40 -0400 Subject: [PATCH] Insist on using bash shell for building pyodide bash may not be the default on Mac --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d6c425804..800640969 100644 --- a/Makefile +++ b/Makefile @@ -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