workaround, disable parallel compilation as it fails to compile in brew

This commit is contained in:
Than Ngo 2015-03-19 13:25:24 +01:00
parent c88e8bfee6
commit 96d817a1b0
1 changed files with 3 additions and 1 deletions

View File

@ -155,7 +155,9 @@ pushd %{_target_platform}
DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0
%endif
make %{?_smp_mflags}
# workaround, disable parallel compilation as it fails to compile in brew
#make %{?_smp_mflags}
make -j2
%if 0%{?docs}
make %{?_smp_mflags} docs