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:
parent
dd52dbcd86
commit
21ef5f60a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue