mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Apparently we need --std=c++17 to compile against libicu 75.1
This commit is contained in:
parent
02b0385b83
commit
a3d3d8d33e
@ -82,7 +82,7 @@
|
||||
"name": "sqlite_extension",
|
||||
"headers": "calibre/utils/cpp_binding.h",
|
||||
"sources": "calibre/db/sqlite_extension.cpp",
|
||||
"needs_c++": "14",
|
||||
"needs_c++": "17",
|
||||
"libraries": "icudata icui18n icuuc icuio stemmer",
|
||||
"windows_libraries": "icudt icuin icuuc icuio libstemmer",
|
||||
"lib_dirs": "!icu_lib_dirs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user