Skip to content

Commit

Permalink
Run configure with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Nov 10, 2023
1 parent 57df0ca commit 75987d9
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=[
["sh", "./configure", "CFLAGS=-fPIC -pthread", "--disable-maintainer-mode", "--with-oniguruma=builtin"],
["bash", "./configure", "CFLAGS=-fPIC -pthread", "--disable-maintainer-mode", "--with-oniguruma=builtin"],
["cat", "Makefile"],
["make", "V=1"],
])
Expand Down

0 comments on commit 75987d9

Please sign in to comment.