PetterS / clang-wasm

How to build webassembly files with nothing other than standard Clang/llvm.
143 stars 15 forks source link

Fix Makefile with missing commands #9

Closed dsyer closed 2 years ago

dsyer commented 2 years ago

I had to make this change for the project to work with the Dockerfile provided. If there's a better way, I'm happy to try it.

PetterS commented 2 years ago

No we can't hard-code the makefile to version 8. That is a very old version.

We have to fix the dockerfile to that it provides the clang and ld commands.