Skip to content

Commit

Permalink
Fix warnings while extracting JQ archive (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem authored Oct 7, 2024
1 parent 2fb306c commit 4051b25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ YAJL_HELPER_INCLUDE=-I${THIS_MAKEFILE_DIR}/external/yajl_helper
CFLAGS+=${YAJL_HELPER_INCLUDE} ${YAJL_INCLUDE}

# jq
JQ_TARBALL=${THIS_MAKEFILE_DIR}/external/jq-1.6.tar.bz2
JQ_TARBALL=${THIS_MAKEFILE_DIR}/external/jq-1.6.tar.gz
JQ_SRC=${BUILD_DIR}/external/jq-src

JQ_PREFIX ?=
Expand Down
Binary file removed app/external/jq-1.6.tar.bz2
Binary file not shown.
Binary file added app/external/jq-1.6.tar.gz
Binary file not shown.

0 comments on commit 4051b25

Please sign in to comment.