mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 16:00:07 +00:00
7 lines
229 B
Bash
Executable File
7 lines
229 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
autoreconf -i
|
|
git submodule update --init
|
|
./configure --with-mruby --with-neverbleed --enable-asio-lib
|
|
make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-asio-lib --enable-werror"
|