Skip to content

Commit

Permalink
Merge branches 'feature/fseek' and 'feature/fseek' of github.com:xmos…
Browse files Browse the repository at this point in the history
…/xscope_fileio into feature/fseek
  • Loading branch information
ed-xmos committed Mar 16, 2021
2 parents 1065467 + 2e2244b commit 4b174ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CustomBuildCommand(build):

def run(self):
# Make the host binary
with pushd("xscope_fileio/host/"):
with pushd("host/"):
subprocess.check_output("make")
build.run(self)

Expand All @@ -31,7 +31,7 @@ class CustomDevelopCommand(develop):

def run(self):
# Make the host binary
with pushd("xscope_fileio/host/"):
with pushd("host/"):
subprocess.check_output("make")
develop.run(self)

Expand Down

0 comments on commit 4b174ee

Please sign in to comment.