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

This commit is contained in:
Than Ngo 2015-03-19 15:18:57 +01:00
parent 2351fafbe3
commit 4e334f7b15
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