Skip to content

Commit 6a92f9a

Browse files
committed
fix: replace make command with $(MAKE) for consistency and speed up in build openssl
1 parent facd13b commit 6a92f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ $(OPENSSL):
182182
--prefix=$(BIN)/../sysroot/usr \
183183
no-shared no-unit-test \
184184
-D__ANDROID_API__=26 && \
185-
make && make install_sw
185+
$(MAKE) && $(MAKE) install_sw
186186

187187
ifeq ($(PLATFORM),android)
188188
$(CURL_LIB): $(OPENSSL)

0 commit comments

Comments
 (0)