Skip to content

Commit

Permalink
Per #2669, adding SQLITE_INCLUDE_DIR and SQLITE_LIB_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Oct 9, 2023
1 parent c1a1ee8 commit 1bfbe73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/scripts/environment/development.docker
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ export COMPILE_HDF=1
export COMPILE_HDFEOS=1
export COMPILE_FREETYPE=1
export COMPILE_CAIRO=1

export SQLITE_INCLUDE_DIR=/usr/include
export SQLITE_LIB_DIR=/usr/lib/x86_64-linux-gnu

0 comments on commit 1bfbe73

Please sign in to comment.