We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db6592 commit 50c7e80Copy full SHA for 50c7e80
Makefile
@@ -15,7 +15,7 @@ OBJS = connection.o option.o deparse.o sqlite_query.o sqlite_fdw.o sqlite_data_n
15
EXTENSION = sqlite_fdw
16
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
+# Use local downloaded and compiled SQLite library instead of system
19
ifdef CI_ENV
20
override PG_LDFLAGS += -L/usr/local/lib
21
endif
0 commit comments