tangled
alpha
login
or
join now
rockorager.dev
/
ourio
6
fork
atom
An asynchronous IO runtime
6
fork
atom
overview
issues
pulls
pipelines
build: use addModule instead of createModule
rockorager.dev
10 months ago
0acaa78f
237d4ec6
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+1
-1
1 changed file
expand all
collapse all
unified
split
build.zig
+1
-1
build.zig
···
4
4
const target = b.standardTargetOptions(.{});
5
5
const optimize = b.standardOptimizeOption(.{});
6
6
7
7
-
const io_mod = b.createModule(.{
7
7
+
const io_mod = b.addModule("ourio", .{
8
8
.root_source_file = b.path("src/main.zig"),
9
9
.target = target,
10
10
.optimize = optimize,