Skip to content

Commit f37d0b0

Browse files
committed
add pcre2 sources
1 parent 03f8c22 commit f37d0b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libsql-ffi/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ pub fn build_bundled(out_dir: &str, out_path: &Path) {
255255
if cfg!(feature = "sqlean-extension-regexp") {
256256
enabled_extensions.push("regexp");
257257
sqlean_patterns.push("regexp/*.c");
258+
sqlean_patterns.push("regexp/pcre2/*.c");
259+
sqlean_patterns.push("regexp/pcre2/*.h");
258260
}
259261

260262
if sqlean_patterns.is_empty() {

0 commit comments

Comments
 (0)