We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188bd4c commit a223d95Copy full SHA for a223d95
1 file changed
regex/lib.ijs
@@ -16,6 +16,7 @@ NB. pcre2 library is in bin or tools/regex
16
select. UNAME
17
case. 'Win' do. t=. 'jpcre2.dll'
18
case. 'Darwin' do. t=. 'libjpcre2.dylib'
19
+case. 'Android' do. pcre2dll=: 'libjpcre2.so' return.
20
case. do. t=. 'libjpcre2.so'
21
end.
22
0 commit comments