Skip to content

Commit

Permalink
Do not link extensions with libpython.a
Browse files Browse the repository at this point in the history
  • Loading branch information
mephi42 committed Aug 12, 2024
1 parent 23a5558 commit 93b2b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion in-docker
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def main():
parser = ArgumentParser()
parser.add_argument("--arch", default="x86_64")
parser.add_argument("--python-version", default="cp36-cp36m")
parser.add_argument("--version", default="2024-08-12-3dbd47715")
parser.add_argument("--version", default="2024-08-12-23a5558b5")
args, rest = parser.parse_known_args()
if rest[:1] == ["--"]:
del rest[0]
Expand Down

0 comments on commit 93b2b38

Please sign in to comment.