Closed narimiran closed 5 years ago
Once https://github.com/nim-lang/x11/pull/19 is merged, this will fix the error nimx/pasteboard/pasteboard_x11.nim(5, 8) Error: cannot open file: xlib which is raised when running nim c --threads:on test/main.nim is run.
nimx/pasteboard/pasteboard_x11.nim(5, 8) Error: cannot open file: xlib
nim c --threads:on test/main.nim
I might have missed this PR when it was filed, and now its no longer relevant
Once https://github.com/nim-lang/x11/pull/19 is merged, this will fix the error
nimx/pasteboard/pasteboard_x11.nim(5, 8) Error: cannot open file: xlib
which is raised when runningnim c --threads:on test/main.nim
is run.