We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b8ba6 commit 557c07bCopy full SHA for 557c07b
Makefile
@@ -59,11 +59,6 @@ ifeq ($(PLATFORM),android)
59
OPENSSL_INSTALL_DIR = $(OPENSSL_DIR)/$(PLATFORM)/$(ARCH)
60
endif
61
62
-# Android OpenSSL local installation directory
63
-ifeq ($(PLATFORM),android)
64
- OPENSSL_INSTALL_DIR = $(OPENSSL_DIR)/$(PLATFORM)/$(ARCH)
65
-endif
66
-
67
SRC_FILES = $(wildcard $(SRC_DIR)/*.c)
68
TEST_SRC = $(wildcard $(TEST_DIR)/*.c)
69
TEST_FILES = $(SRC_FILES) $(TEST_SRC) $(wildcard $(SQLITE_DIR)/*.c)
0 commit comments