Skip to content

Commit

Permalink
Add build_clib to setup.py call in yt update
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed May 7, 2024
1 parent 7eea5d1 commit a73fc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def update_git(path):
def rebuild_modules(path, f):
f.write("Rebuilding modules\n\n")
p = subprocess.Popen(
[sys.executable, "setup.py", "build_ext", "-i"],
[sys.executable, "setup.py", "build_clib", "build_ext", "-i"],
cwd=path,
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
Expand Down

0 comments on commit a73fc92

Please sign in to comment.