diff --git a/bootstrap/buildCoriolis.py b/bootstrap/buildCoriolis.py index 5b45c34f..c8d6bc60 100755 --- a/bootstrap/buildCoriolis.py +++ b/bootstrap/buildCoriolis.py @@ -216,7 +216,9 @@ class ProjectBuilder: sys.stdout.flush () #command = ["make", "DESTDIR=%s" % self._installDir] #command += self._makeArguments - command = self._makeArguments + #command = self._makeArguments + command = ["make"] + command += self._makeArguments self._execute ( command, "Build failed" ) return