Skip to content

Commit

Permalink
sqlite: don't set HAVE_LOG2=0 on Android (#1703)
Browse files Browse the repository at this point in the history
It's available starting with API level 18, our minimum supported version.
  • Loading branch information
benoit-pierre committed Nov 19, 2023
1 parent 371ee8e commit 92c2d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.third
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ $(SQLITE_LIB): $(THIRDPARTY_DIR)/sqlite/*.*
$(CMAKE) $(CMAKE_FLAGS) \
-DCC='$(CC)' \
-DCHOST='$(CHOST)' \
-DCPPFLAGS='$(CPPFLAGS) $(if $(ANDROID),-DHAVE_LOG2=0,)' \
-DCPPFLAGS='$(CPPFLAGS)' \
-DCFLAGS='$(CFLAGS)' \
-DLDFLAGS='$(LDFLAGS)' \
$(CURDIR)/thirdparty/sqlite && \
Expand Down

0 comments on commit 92c2d49

Please sign in to comment.