Skip to content

Commit a62d8cb

Browse files
committed
Try PG_LDFALGS
1 parent 33d00d4 commit a62d8cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DATA = sqlite_fdw--1.0.sql sqlite_fdw--1.0--1.1.sql
1717

1818
# Use local downloaded and compiles SQLite library instead of system
1919
ifdef CI_ENV
20-
override PG_CFLAGS += -L/usr/local/lib
20+
override PG_LDFLAGS += -L/usr/local/lib
2121
endif
2222

2323
ifdef ENABLE_GIS

0 commit comments

Comments
 (0)