fix: hel: Makefile LIBS

This commit is contained in:
2025-04-19 23:10:13 +00:00
parent a9d64fe059
commit f97e451af1

View File

@@ -9,7 +9,7 @@ PG_CONFIG = pg_config
HECTIC_CONFIG = hectic-config
CFLAGS += $(shell $(HECTIC_CONFIG) --cflags)
LDFLAGS += $(shell $(HECTIC_CONFIG) --libs)
LIBS += $(shell $(HECTIC_CONFIG) --libs)
SHLIB_LINK := $(LIBS)