summary refs log tree commit diff stats
path: root/lib/std/compilesettings.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-04-19 17:56:12 +0800
committerGitHub <noreply@github.com>2023-04-19 11:56:12 +0200
commit135b677704110af999797ee375a15a7e33af04c4 (patch)
tree57a1fcaa1cf3b4bd60f2db149607705bfefd1b2a /lib/std/compilesettings.nim
parent9cb06d357e75bdf74f99e1e982841d8bbe90ae0e (diff)
downloadNim-135b677704110af999797ee375a15a7e33af04c4.tar.gz
fixes nightlies regression (#21689)
* fixes nightlies regression

ref https://github.com/nim-lang/Nim/pull/21659
ref https://github.com/nim-lang/nightlies/actions/runs/4727252660/jobs/8387899690

> /home/runner/work/nightlies/nightlies/nim-1.9.3/lib/std/sysrand.nim(198, 12) Error: cannot evaluate at compile time: EINTR

Because EINTR is not a const on i386

* Update lib/std/sysrand.nim
Diffstat (limited to 'lib/std/compilesettings.nim')
0 files changed, 0 insertions, 0 deletions
69'>69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128