forked from forks/ffprobe-wasm
fix: use versioned llvm binaries
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user