From 372d305002666207ce087ae2ec9a3b2998e06871 Mon Sep 17 00:00:00 2001 From: Yifei Kong Date: Sun, 14 Jul 2024 14:23:49 +0800 Subject: [PATCH] Pass flags to makefile --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 87149071..16eadd4e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,6 +47,8 @@ with_zstd = @with_zstd@ with_ca_bundle = @with_ca_bundle@ # Path to be passed to curl's --with-ca-path configure option. with_ca_path = @with_ca_path@ +# Extra cmake flags for android +EXTRA_CMAKE_FLAGS = @EXTRA_CMAKE_FLAGS@ CC = @CC@ CXX = @CXX@