Skip to content

Commit

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

def _build_lib(self, tarball_path, lib_dir, commands):
Expand Down

0 comments on commit b65b787

Please sign in to comment.