bugfix for force rebuild

This commit is contained in:
Lea Anthony
2019-01-15 08:33:48 +11:00
parent 1ef8ed73ab
commit 60f34223b0

View File

@@ -215,7 +215,7 @@ func init() {
// If we are forcing a rebuild
if forceRebuild {
buildCommand.Add(" -a")
buildCommand.Add("-a")
}
// Release mode