1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 07:27:09 +00:00

libduckdb: update cmakelists patch

This commit is contained in:
Elliana May 2022-12-28 11:40:31 +08:00 committed by xtkoba
parent 6d3e3e1136
commit 796ea30293

View File

@ -1,10 +1,10 @@
--- a/CMakeLists.txt --- a/CMakeLists.txt
+++ b/CMakeLists.txt +++ b/CMakeLists.txt
@@ -426,7 +426,6 @@ @@ -280,7 +280,6 @@ option(EXTENSION_STATIC_BUILD
set(JEMALLOC_DEFAULT_BUILD FALSE)
if(NOT CLANG_TIDY AND OS_NAME STREQUAL "linux") if(NOT CLANG_TIDY AND OS_NAME STREQUAL "linux")
# always build jemalloc for linux # build jemalloc by default for linux
- set(BUILD_JEMALLOC_EXTENSION 1) - set(JEMALLOC_DEFAULT_BUILD TRUE)
elseif(OS_NAME STREQUAL "windows") endif()
if(BUILD_JEMALLOC_EXTENSION EQUAL 1)
# have to throw an error because this will crash at runtime option(BUILD_ICU_EXTENSION "Build the ICU extension." FALSE)