1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

rpm: do parallel compilation during rpm builds

This commit is contained in:
Steffen Vogel 2018-05-26 09:20:20 +08:00 committed by Andy Green
parent dd52dbcd86
commit 21ef5f60a4

View file

@ -111,7 +111,7 @@ rm -rf build_tree
mkdir build_tree
cd build_tree
cmake -DCMAKE_INSTALL_PREFIX=%{rpmprefix} ../%{srcdirname}
make
make %{?_smp_mflags}
%install
cd ../build_tree