2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00

Merge pull request #418 from tigran123/shell

Force the use of bash in the Makefile.
This commit is contained in:
{Qingping,Dave} Hou 2012-10-10 16:46:17 -07:00
commit b74347afae

View File

@ -19,6 +19,7 @@ TTF_FONTS_DIR=$(MUPDFDIR)/fonts
# set this to your ARM cross compiler:
SHELL:=/bin/bash
CHOST?=arm-none-linux-gnueabi
CC:=$(CHOST)-gcc
CXX:=$(CHOST)-g++