Skip to content

Commit

Permalink
more variables
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Oct 2, 2024
1 parent b0662c9 commit ef77751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/goTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export PROJECT_ROOT=$(pwd)
export CGO_CFLAGS="-I${PROJECT_ROOT}/sqlite-extensions"
export CGO_LDFLAGS="-L${PROJECT_ROOT}/sqlite-extensions/build/lib -lcalculations -Wl,-rpath,${PROJECT_ROOT}/sqlite-extensions/build/lib"
export PYTHONPATH="/Users/seanmcgary/Code/sidecar/sqlite-extensions:$PYTHONPATH"
export PYTHONPATH="${PROJECT_ROOT}/sqlite-extensions:$PYTHONPATH"
export CGO_ENABLED=1
export TESTING=true

Expand Down

0 comments on commit ef77751

Please sign in to comment.