Skip to content

Commit b5b5492

Browse files
committed
use new build tag syntax
1 parent f80d52b commit b5b5492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nbio/_io_uring/os.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//+build linux
1+
#+build linux
22
package io_uring
33

44
import "core:math"

nbio/_io_uring/sys.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//+build linux
1+
#+build linux
22
package io_uring
33

44
import "base:intrinsics"

0 commit comments

Comments
 (0)