Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewholman committed Nov 14, 2023
1 parent 3e560af commit 558e3c1
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 @@ -22,7 +22,7 @@
ghash = subprocess.check_output(["git", "rev-parse", "HEAD"]).decode("ascii")
ghash_arg = "-DASSISTGITHASH="+ghash
except:
ghash_arg = "-DASSISTGITHASH=5773c211d2bcbf63e5420ddd0e7b15e2d6d19a9b" #GITHASHAUTOUPDATE
ghash_arg = "-DASSISTGITHASH=3e560af1462aedc404160820356ddddd6b914957" #GITHASHAUTOUPDATE

class build_ext(_build_ext):
def finalize_options(self):
Expand Down

0 comments on commit 558e3c1

Please sign in to comment.