Skip to content

Commit

Permalink
Run configure using sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Nov 10, 2023
1 parent 936a794 commit 9b3ee1c
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 @@ -39,7 +39,7 @@ def _build_libjq(self):
tarball_path=jq_lib_tarball_path,
lib_dir=jq_lib_dir,
commands=[
["./configure", "CFLAGS=-fPIC -pthread", "--disable-maintainer-mode", "--with-oniguruma=builtin"],
["sh", "./configure", "CFLAGS=-fPIC -pthread", "--disable-maintainer-mode", "--with-oniguruma=builtin"],
["make"],
])

Expand Down

0 comments on commit 9b3ee1c

Please sign in to comment.