Commit 06e8c2e519

Andrew Kelley <superjoe30@gmail.com>
2018-07-02 23:55:32
fix stage2 macos build
See #1173
1 parent bd282d6
Changed files (1)
src-self-hosted
src-self-hosted/module.zig
@@ -115,6 +115,7 @@ pub const Module = struct {
         InputOutput,
         NoStdHandles,
         Overflow,
+        NotSupported,
     };
 
     pub const Event = union(enum) {