Commit 307b3030 authored by Jerome Wu's avatar Jerome Wu

Pass more flags to emconfigure

parent 78d6f0ff
......@@ -5,4 +5,12 @@ emcc -v
# configure FFMpeg with Emscripten
emconfigure ./configure \
--disable-x86asm
--disable-x86asm \
--nm="llvm-nm -g" \
--ar=emar \
--as=llvm-as \
--ranlib=llvm-ranlib \
--cc=emcc \
--cxx=em++ \
--objcc=emcc \
--dep-cc=emcc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment