Skip to content
Snippets Groups Projects
Commit c9a3de1f authored by Lukas Stadler's avatar Lukas Stadler
Browse files

update capabilities bultins

parent 59eb09b0
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,10 @@ public abstract class Capabilities extends RBuiltinNode {
iconv(false, null),
nls(false, "NLS"),
profmem(false, null),
cairo(false, null);
cairo(false, null),
icu(false, "ICU"),
long_double(false, "long.double"),
libcurl(false, null);
private final boolean defValue;
private final String rName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment