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

rpm: do parallel compilation during rpm builds

This commit is contained in:
Steffen Vogel 2018-05-26 09:17:36 +08:00 committed by Andy Green
parent 4b539e3b0f
commit 9ba68a64c0

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