Skip to content

Commit 4bbecca

Browse files
committed
CLONE
1 parent ef3b314 commit 4bbecca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcre/pcre2lib/pcre2_jit_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pcre2_memctl *allocator = ((pcre2_memctl*)allocator_data);
8282
allocator->free(ptr, allocator->memory_data);
8383
}
8484

85-
#include "sljit/sljitLir.c"
85+
#include "../deps/sljit/sljit_src/sljitLir.c"
8686

8787
#if defined SLJIT_CONFIG_UNSUPPORTED && SLJIT_CONFIG_UNSUPPORTED
8888
#error Unsupported architecture

0 commit comments

Comments
 (0)