From 07426c47503a84666a9a7824d76e8d5730492d75 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 15 Dec 2018 09:22:46 -0400 Subject: Small improvements. --- stdlib/source/lux/data/text/encoding.lux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stdlib/source/lux/data/text/encoding.lux') 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)) -- cgit v1.2.3