summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/libxml/src/xml2.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libxml/src/xml2.pas b/packages/libxml/src/xml2.pas
index 5234502295..a0a598889c 100644
--- a/packages/libxml/src/xml2.pas
+++ b/packages/libxml/src/xml2.pas
@@ -26,7 +26,7 @@ const
xml2lib = 'libxml2.'+sharedsuffix;
{$DEFINE EXTDECL := cdecl}
{$ELSE}
- {$MESSAGE ERROR 'DYNLINK not supported'}
+ {$MESSAGE ERROR 'Platform not supported right now'}
{$IFEND}
{$i xml2.inc}