Skip to content

Commit

Permalink
Clean up GNUmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jun 3, 2021
1 parent b2d616e commit 5fa1819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ RELEASE_FILE = $(MKFILE_DIRNAME)-$(DATE)

ifeq ($(ARCH),Darwin)
# On Darwin, you can't assume an Open SSL exists
# gcc on macOS cannot link to frameworks because of a bug
ifeq ($(CC_IS_CLANG),TRUE)
# If we are using Clang we can use SecureTransport
CURL_SSL := --with-secure-transport
Expand Down

0 comments on commit 5fa1819

Please sign in to comment.