Try fixing use of inline if
This commit is contained in:
parent
21fd4093df
commit
51db28634c
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class Context {
|
|||
"-xr!Thumbs.db",
|
||||
"-slp",
|
||||
#"-mx=9",
|
||||
$archivePath) + $arguments + (
|
||||
$archivePath) + $arguments + $(
|
||||
if ($split) {
|
||||
@("-v3g");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue