Skip to content

Commit

Permalink
Pass -lmingwex
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Nov 11, 2023
1 parent 3e4e117 commit fb41d74
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 @@ -90,7 +90,7 @@ def _extract_tarball(self, tarball_path, lib_dir):
"jq",
sources=["jq.c"],
include_dirs=[os.path.join(jq_lib_dir, "src")],
extra_link_args=["-lm"] + link_args_deps,
extra_link_args=["-lm", "-lmingwex"] + link_args_deps,
extra_objects=extra_objects,
)

Expand Down

0 comments on commit fb41d74

Please sign in to comment.