Clarify cygwin instructions slightly and swap the order of arguments to which in Makefile because of a bug in current versions of MSYS that causes only the first argument to /bin/which to be searched.
This commit is contained in:
parent
9ae837a167
commit
3d0aa196c5
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ BUILD_DIR = build
|
|||
PREFIX = .
|
||||
DIST_DIR = ${PREFIX}/dist
|
||||
|
||||
JS_ENGINE ?= `which nodejs node`
|
||||
JS_ENGINE ?= `which node nodejs`
|
||||
COMPILER = ${JS_ENGINE} ${BUILD_DIR}/uglify.js --unsafe
|
||||
|
||||
BASE_FILES = ${SRC_DIR}/core.js\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue