Skip to content

Commit 557c07b

Browse files
committed
fix(android): remove redundant OpenSSL installation directory definition
1 parent 81b8ba6 commit 557c07b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ ifeq ($(PLATFORM),android)
5959
OPENSSL_INSTALL_DIR = $(OPENSSL_DIR)/$(PLATFORM)/$(ARCH)
6060
endif
6161

62-
# Android OpenSSL local installation directory
63-
ifeq ($(PLATFORM),android)
64-
OPENSSL_INSTALL_DIR = $(OPENSSL_DIR)/$(PLATFORM)/$(ARCH)
65-
endif
66-
6762
SRC_FILES = $(wildcard $(SRC_DIR)/*.c)
6863
TEST_SRC = $(wildcard $(TEST_DIR)/*.c)
6964
TEST_FILES = $(SRC_FILES) $(TEST_SRC) $(wildcard $(SQLITE_DIR)/*.c)

0 commit comments

Comments
 (0)