Skip to content

Commit

Permalink
Per #2669, fixing typo in value for SQLITE_LIB_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Oct 9, 2023
1 parent 47d3698 commit c1a1ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scripts/installation/compile_MET_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ if [ $COMPILE_PROJ -eq 1 ]; then
run_cmd "make ${MAKE_ARGS} > sqlite.make.log 2>&1"
run_cmd "make ${MAKE_ARGS} install > sqlite.make_install.log 2>&1"
export SQLITE_INCLUDE_DIR=${LIB_DIR}/include
export SQLITE_LIB_DIR=${LIB_DIR/lib}
export SQLITE_LIB_DIR=${LIB_DIR}/lib
fi

vrs="9.2.1";
Expand Down

0 comments on commit c1a1ee8

Please sign in to comment.