Skip to content

Commit

Permalink
Windows build fix (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Jun 14, 2024
1 parent 51f9e6e commit e70c672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/segfaults.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# adapted from https://github.com/nim-lang/Nim/blob/v1.6.14/lib/pure/segfaults.nim
# adapted from https://github.com/nim-lang/Nim/blob/v1.6.14/lib/pure/segfaults.nim
# to handle SEGV_ACCERR. Needed for arm64

#
Expand Down Expand Up @@ -27,7 +27,7 @@ se.name = "NilAccessDefect"
se.msg = "Could not access value because it is nil."

when defined(windows):
include "../system/ansi_c"
include "system/ansi_c"

import winlean

Expand Down

0 comments on commit e70c672

Please sign in to comment.