We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f8c22 commit f37d0b0Copy full SHA for f37d0b0
libsql-ffi/build.rs
@@ -255,6 +255,8 @@ pub fn build_bundled(out_dir: &str, out_path: &Path) {
255
if cfg!(feature = "sqlean-extension-regexp") {
256
enabled_extensions.push("regexp");
257
sqlean_patterns.push("regexp/*.c");
258
+ sqlean_patterns.push("regexp/pcre2/*.c");
259
+ sqlean_patterns.push("regexp/pcre2/*.h");
260
}
261
262
if sqlean_patterns.is_empty() {
0 commit comments