diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/concurrency/process.lux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/lux/concurrency/process.lux b/stdlib/source/lux/concurrency/process.lux index e63aba14d..c2b519fb4 100644 --- a/stdlib/source/lux/concurrency/process.lux +++ b/stdlib/source/lux/concurrency/process.lux @@ -6,8 +6,9 @@ [data [collection ["." list]]] - [compiler - ["." host]] + [platform + [compiler + ["." host]]] ["." io (#+ IO io)] [host (#+ import: object)]] [// |