Skip to content

Commit

Permalink
fix import of kqueue in example
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Oct 14, 2024
1 parent 480e5d9 commit 471d3ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions examples/all/all_darwin.odin

This file was deleted.

4 changes: 3 additions & 1 deletion examples/all/all_posix.odin
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#+build darwin, openbsd, freebsd, netbsd
package all

import posix "core:sys/posix"
import kqueue "core:sys/kqueue"
import posix "core:sys/posix"

_ :: kqueue
_ :: posix

0 comments on commit 471d3ad

Please sign in to comment.