Skip to content

Commit

Permalink
Add mingwex using libraries arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Nov 11, 2023
1 parent fb41d74 commit 2ea200b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ 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", "-lmingwex"] + link_args_deps,
# ~ extra_link_args=["-lm", "-lmingwex"] + link_args_deps,
extra_objects=extra_objects,
libraries=["mingwex"],
)

setup(
Expand Down

0 comments on commit 2ea200b

Please sign in to comment.