Skip to content

Commit a223d95

Browse files
committed
android pcre2 library
1 parent 188bd4c commit a223d95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

regex/lib.ijs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ NB. pcre2 library is in bin or tools/regex
1616
select. UNAME
1717
case. 'Win' do. t=. 'jpcre2.dll'
1818
case. 'Darwin' do. t=. 'libjpcre2.dylib'
19+
case. 'Android' do. pcre2dll=: 'libjpcre2.so' return.
1920
case. do. t=. 'libjpcre2.so'
2021
end.
2122

0 commit comments

Comments
 (0)