Skip to content

Commit

Permalink
Apparently we need --std=c++17 to compile against libicu 75.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed May 20, 2024
1 parent 02b0385 commit a3d3d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a3d3d8d

Please sign in to comment.