Skip to content

Commit

Permalink
harness/openssl: GNU crap
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Dec 19, 2023
1 parent da51e50 commit 8980303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness/openssl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CXXFLAGS = -std=c++17
CPPFLAGS = $(shell pkg-config --cflags libcrypto)
LDFLAGS = $(shell pkg-config --libs libcrypto)
LDLIBS = $(shell pkg-config --libs libcrypto)

.PHONY: all
all: main
Expand Down

0 comments on commit 8980303

Please sign in to comment.