We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846e91e commit 7a98d32Copy full SHA for 7a98d32
src/makefiles/Makefile.cygwin
@@ -1,5 +1,5 @@
1
-DLLTOOL= dlltool
2
# src/makefiles/Makefile.cygwin
+
3
ifdef PGXS
4
BE_DLLLIBS= -L$(libdir) -lpostgres
5
else
@@ -43,4 +43,4 @@ endif
43
44
# Rule for building a shared library from a single .o file
45
%.dll: %.o
46
- $(CC) $(CFLAGS) -shared -o $@ $< $(LDFLAGS) $(LDFLAGS_SL) $(BE_DLLLIBS)
+ $(CC) $(CFLAGS) -shared -o $@ $< $(LDFLAGS) $(LDFLAGS_SL) $(BE_DLLLIBS)
0 commit comments