Skip to content

Commit

Permalink
Use specified docker image for emcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianrong-Yu committed May 4, 2017
1 parent 989509e commit 3b9f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let extraFiles: string[] = [

console.log(`Compile unrar`);
shjs.exec([
"docker run --rm -v $(pwd):/src -t apiaryio/emcc emcc",
"docker run --rm -v $(pwd):/src -t apiaryio/emcc:1.37 emcc",
"--bind",
"-Wno-switch -Wno-dangling-else -Wno-logical-op-parentheses",
"-DRARDLL",
Expand Down

0 comments on commit 3b9f3df

Please sign in to comment.