Commit 3f0e8e84 authored by Linshizhi's avatar Linshizhi

update build script

parent 4fae2694
......@@ -65,7 +65,7 @@ if [ ! -d "build" ]; then
fi
cd build
emcmake cmake .. -DCMAKE_INSTALL_PREFIX=${BUILD_DIR} -DBUILD_SHARED_LIBS=OFF -DDEBUG=OFF -DEMCC=ON \
-DCMAKE_C_FLAGS=-isystem\ ${LIB_DIR}/ffmpeg.wasm-core
-DCMAKE_C_FLAGS=-isystem\ ${BUILD_DIR}/include
emmake make
emmake make install
......
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