Commit ae1251f8 authored by Jerome Wu's avatar Jerome Wu

Fix build path

parent b60c3ea6
......@@ -25,7 +25,7 @@ FLAGS=(
--nm="llvm-nm -g"
--ar=emar
--as=llvm-as
--ranlib=llvm-ranlib
--ranlib=emranlib
--cc=emcc
--cxx=em++
--objcc=emcc
......
......@@ -11,7 +11,7 @@ OPTIM_FLAGS=(
)
# Directory to install headers and libraries
BUILD_DIR=build
BUILD_DIR=$PWD/build
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
# Use closure complier only in linux environment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment