Skip to content

Commit e193fce

Browse files
committed
Show necessary changes for zig 0.10
1 parent 220c3e5 commit e193fce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ find ~/.cache/roc/ -name zig-cache -exec rm -r {} \;
6868

6969
#### 0.10.1
7070

71+
To use zig 0.10.1, there are two small required changes to the roc sourcecode:
72+
73+
https://github.com/roc-lang/roc/compare/main...ostcar:zig_0.10
74+
75+
7176
The roc compiler uses zig 0.9.1. So the buildin object files where created with
7277
this version.
7378

@@ -83,4 +88,3 @@ It seems, that they can be ignored.
8388
## TODO
8489

8590
* Bundle the platform and use it in the examples
86-
* Show the necessary changes in the roc compiler to use zig 0.10.1

0 commit comments

Comments
 (0)