Skip to content

Commit

Permalink
[rm_skycoin] refs skycoin#42. Use setup.py folder as working folder f…
Browse files Browse the repository at this point in the history
…or calling make rule.
  • Loading branch information
stdevEclipse committed Jul 17, 2018
1 parent 7bfc778 commit 6e0bba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def build_extension(self, ext):
"the supplied 'sources' base dir "
"must exist" % ext.name)

make_path = os.path.realpath(os.path.join(sources_path,'..'))
make_path = os.path.realpath(script_dirname)

make_process = subprocess.Popen('make build-libc-swig',
cwd=make_path,
Expand Down

0 comments on commit 6e0bba7

Please sign in to comment.