Disable parallel make for fribidi since it seems to have broken deps

This commit is contained in:
Thomas Goyne 2012-11-19 11:08:34 -08:00
parent b8b9bfdfb6
commit 1880bb71df
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
> >
<ExecShellScript <ExecShellScript
Command="make" Command="make"
Arguments="-j$(NUMBER_OF_PROCESSORS)" Arguments=" "
WorkingDirectory="$(AegisubObjectDir)" WorkingDirectory="$(AegisubObjectDir)"
Configuration="@(ExecShellScript)" Configuration="@(ExecShellScript)"
/> />