diff options
Diffstat (limited to 'stdlib/source/lux/data/text/encoding.lux')
-rw-r--r-- | stdlib/source/lux/data/text/encoding.lux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/lux/data/text/encoding.lux b/stdlib/source/lux/data/text/encoding.lux index de4bdf310..bd1a255ec 100644 --- a/stdlib/source/lux/data/text/encoding.lux +++ b/stdlib/source/lux/data/text/encoding.lux @@ -4,8 +4,9 @@ ["." error (#+ Error)]] [world [binary (#+ Binary)]] - [compiler - ["_" host]] + [platform + [compiler + ["_" host]]] [host (#+ import:)]]) (`` (for {(~~ (static _.jvm)) |