Do not forget to call "make" in command of self._doBuild
This commit is contained in:
parent
8a32b65a39
commit
3401114216
|
@ -216,7 +216,9 @@ class ProjectBuilder:
|
||||||
sys.stdout.flush ()
|
sys.stdout.flush ()
|
||||||
#command = ["make", "DESTDIR=%s" % self._installDir]
|
#command = ["make", "DESTDIR=%s" % self._installDir]
|
||||||
#command += self._makeArguments
|
#command += self._makeArguments
|
||||||
command = self._makeArguments
|
#command = self._makeArguments
|
||||||
|
command = ["make"]
|
||||||
|
command += self._makeArguments
|
||||||
self._execute ( command, "Build failed" )
|
self._execute ( command, "Build failed" )
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue