From ffecfaea0be7b00b3e824ab2ab826d54e18763f2 Mon Sep 17 00:00:00 2001 From: Lukas Fittl Date: Sun, 31 Dec 2023 06:54:47 +0000 Subject: [PATCH] WIP --- Makefile.win32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win32 b/Makefile.win32 index 46db893a..2b0ff658 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -58,7 +58,7 @@ examples: $(EXAMPLES) .\examples\normalize .\examples\simple_error .\examples\normalize_error -# .\examples\simple_plpgsql BROKEN + .\examples\simple_plpgsql examples/simple: examples/simple.c $(SOLIB) $(CC) $(TEST_CFLAGS) -o $@ -g examples/simple.c /link $(SOLIB) $(TEST_LDFLAGS)