Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 9aa8edd

Browse files
committed
Quote OPENSSL_LDFLAG value
To ensure the literal string, including the space, is taken into account. Signed-off-by: Hidde Beydals <[email protected]>
1 parent a634c06 commit 9aa8edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ HAS_OPENSSL := $(shell brew --prefix [email protected])
8585
# it can be found.
8686
ifdef HAS_OPENSSL
8787
PKG_CONFIG_PATH := $(PKG_CONFIG_PATH):$(HAS_OPENSSL)/lib/pkgconfig
88-
FLAGS += -DOPENSSL_LDFLAGS:STRING=-L $(HAS_OPENSSL)/lib
88+
FLAGS += -DOPENSSL_LDFLAGS:STRING='-L $(HAS_OPENSSL)/lib'
8989
endif
9090
HAS_LIBSSH2 := $(shell brew --prefix libssh2)
9191
ifdef HAS_LIBSSH2

0 commit comments

Comments
 (0)