pgxn/neon: actually use UNAME_S

This commit is contained in:
Erik Grinaker
2025-06-26 12:38:44 +02:00
parent d08e553835
commit e3ecdfbecc

View File

@@ -31,7 +31,7 @@ SHLIB_LINK_INTERNAL = $(libpq)
SHLIB_LINK = -lcurl
UNAME_S := $(shell uname -s)
ifeq ($(shell uname), Darwin)
ifeq ($(UNAME_S), Darwin)
SHLIB_LINK += -framework Security -framework CoreFoundation -framework SystemConfiguration
endif