Browse Source

Another trick for mac

Piotr Czajkowski 4 years ago
parent
commit
64a32c3bc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -1,5 +1,5 @@
 CFLAGS=-Wall -Wextra -Wshadow -O3 -std=c99
-LDLIBS=-lcurl -lcrypto
+LDLIBS=-L/usr/local/opt/openssl@1.1/lib -lcurl -lcrypto
 objects=curl.o sha.o
 
 pwned: $(objects)