We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d00d4 commit a62d8cbCopy full SHA for a62d8cb
1 file changed
Makefile
@@ -17,7 +17,7 @@ DATA = sqlite_fdw--1.0.sql sqlite_fdw--1.0--1.1.sql
17
18
# Use local downloaded and compiles SQLite library instead of system
19
ifdef CI_ENV
20
-override PG_CFLAGS += -L/usr/local/lib
+override PG_LDFLAGS += -L/usr/local/lib
21
endif
22
23
ifdef ENABLE_GIS
0 commit comments