Disable parallel make for fribidi since it seems to have broken deps
This commit is contained in:
parent
b8b9bfdfb6
commit
1880bb71df
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
>
|
||||
<ExecShellScript
|
||||
Command="make"
|
||||
Arguments="-j$(NUMBER_OF_PROCESSORS)"
|
||||
Arguments=" "
|
||||
WorkingDirectory="$(AegisubObjectDir)"
|
||||
Configuration="@(ExecShellScript)"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue