Load paths before executables.

This commit is contained in:
Tomas Groth 2017-09-26 20:24:18 +02:00
parent 468f1a22c8
commit 40116f03f0
1 changed files with 1 additions and 1 deletions

View File

@ -65,8 +65,8 @@ class Builder(object):
self.setup_args()
self.setup_system_paths()
self.read_config()
self.setup_executables()
self.setup_paths()
self.setup_executables()
self.setup_extra()
def _print(self, text, *args):