Skip to content

Commit

Permalink
feat(debug): improved debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
RufusJWB committed Sep 19, 2024
1 parent 78e2558 commit 11c9731
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions OpenSSL_version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ ifeq ($(LIB),)

CFLAGS+=-isystem $(OPENSSL_DIR)/include
LDFLAGS+=-L$(OPENSSL_DIR) -L$(OPENSSL_LIB) -Wl,-rpath,$(OPENSSL_DIR) -Wl,-rpath,$(OPENSSL_LIB)
endif
LDLIBS=-lcrypto
LDLIBS=-lcrypto

# CC = gcc
ifneq ($(OPENSSL_DIR),)
Expand All @@ -36,7 +35,7 @@ LDLIBS=-lcrypto
CFLAGS += -isystem $(OPENSSL_DIR)/include
LDFLAGS += -L$(OPENSSL_DIR) -L$(OPENSSL_LIB) -Wl,-rpath,$(OPENSSL_DIR) -Wl,-rpath,$(OPENSSL_LIB)
endif

LDLIBS = -lcrypto

$(info [TRACE] After OPENSSL_DIR set: EXE=$(EXE))
Expand Down

0 comments on commit 11c9731

Please sign in to comment.