Skip to content

Commit

Permalink
Pass flags to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 14, 2024
1 parent 877f9f9 commit 372d305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down

0 comments on commit 372d305

Please sign in to comment.