Commit ae1251f8 authored by Jerome Wu's avatar Jerome Wu

Fix build path

parent b60c3ea6
...@@ -25,7 +25,7 @@ FLAGS=( ...@@ -25,7 +25,7 @@ FLAGS=(
--nm="llvm-nm -g" --nm="llvm-nm -g"
--ar=emar --ar=emar
--as=llvm-as --as=llvm-as
--ranlib=llvm-ranlib --ranlib=emranlib
--cc=emcc --cc=emcc
--cxx=em++ --cxx=em++
--objcc=emcc --objcc=emcc
......
...@@ -11,7 +11,7 @@ OPTIM_FLAGS=( ...@@ -11,7 +11,7 @@ OPTIM_FLAGS=(
) )
# Directory to install headers and libraries # Directory to install headers and libraries
BUILD_DIR=build BUILD_DIR=$PWD/build
if [[ "$OSTYPE" == "linux-gnu"* ]]; then if [[ "$OSTYPE" == "linux-gnu"* ]]; then
# Use closure complier only in linux environment # 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