Skip to content

Commit

Permalink
Merge pull request #108 from IBM/fix/issue104
Browse files Browse the repository at this point in the history
Fix path to make
  • Loading branch information
TongkunZhang authored Jul 13, 2022
2 parents 8d63f77 + 9813c2a commit 6a64198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makei/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __del__(self):

def generate_make_cmd(self):
""" Returns the make command used to build the project."""
cmd = f'make -k BUILDVARSMKPATH="{self.build_vars_path}"' + \
cmd = f'/QOpenSys/pkgs/bin/make -k BUILDVARSMKPATH="{self.build_vars_path}"' + \
f' -k BOB="{self.bob_path}" -f "{self.bob_makefile}"'
if self.make_options:
cmd = f"{cmd} {self.make_options}"
Expand Down

0 comments on commit 6a64198

Please sign in to comment.