Skip to content

Commit

Permalink
app/ext_example/Makefile: remove -lutf8proc
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidaty committed Jan 19, 2025
1 parent ffb0905 commit 9843818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ext_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ ${LIBZSVUTIL}:
YAJL_SRC_DIR=${THIS_MAKEFILE_DIR}/../external/yajl
YAJL_INCLUDE=-I${YAJL_SRC_DIR}/build/yajl-2.1.1/include
YAJL_HELPER_INCLUDE=-I${THIS_MAKEFILE_DIR}/../external/yajl_helper
${TARGET_SHEET}: LIBS="../external/sqlite3/sqlite3.c" -lzsvutil -lzsv -L${PREFIX}/lib ${JQ_LIB} -lutf8proc
${TARGET_SHEET}: LIBS="../external/sqlite3/sqlite3.c" -lzsvutil -lzsv -L${PREFIX}/lib ${JQ_LIB} # -lutf8proc
${TARGET}: LIBS=-lzsvutil -lzsv -L${PREFIX}/lib
${TARGET} ${TARGET_SHEET}: ${BUILD_DIR}/bin/zsvext%.${SO} : %_extension.c ${LIBZSV} ${LIBZSVUTIL}
@mkdir -p `dirname "$@"`
Expand Down

0 comments on commit 9843818

Please sign in to comment.