diff --git a/Dockerfile b/Dockerfile index 97d09ec..c28e5d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,10 +87,10 @@ RUN emconfigure ./configure \ --extra-cflags="$CFLAGS" \ --extra-cxxflags="$CFLAGS" \ --extra-ldflags="$LDFLAGS" \ - --nm="llvm-nm -g" \ + --nm="llvm-nm-20 -g" \ --ar=emar \ --as=llvm-as \ - --ranlib=llvm-ranlib \ + --ranlib=llvm-ranlib-20 \ --cc=emcc \ --cxx=em++ \ --objcc=emcc \