Skip to content

Commit

Permalink
cat Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Nov 10, 2023
1 parent a128272 commit 57df0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def _build_libjq(self):
lib_dir=jq_lib_dir,
commands=[
["sh", "./configure", "CFLAGS=-fPIC -pthread", "--disable-maintainer-mode", "--with-oniguruma=builtin"],
["cat", "Makefile"],
["make", "V=1"],
])

Expand Down

0 comments on commit 57df0ca

Please sign in to comment.