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

View file

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