lukewagner / polyfill-prototype-1

Experimental WebAssembly polyfill library and tools
Apache License 2.0
241 stars 42 forks source link

src: cashew: build.sh: Remove path to clang++ #14

Closed vilie closed 9 years ago

vilie commented 9 years ago

No need to keep all the clang++ path in the build file. clang++ should be installed separately (and not necessarily in that folder).

Signed-off-by: Valentin Ilie valentin.ilie@intel.com

lukewagner commented 9 years ago

The contents of cashew are pulled from https://github.com/kripken/cashew. Looking at the current state of that repo, it seems that the build has been switched to CMake. Does that fix your issue?

vilie commented 9 years ago

Oh, didn't see that. I'll submit additional work to that repo directly, thanks!