Skip to content

Commit

Permalink
force compile linenoise.c on Windows builds (apparantly it's not au…
Browse files Browse the repository at this point in the history
…tomatically being built)
  • Loading branch information
drkameleon committed Jan 15, 2022
1 parent 08ea0d9 commit 41d4e6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/helpers/repl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ when not defined(WEB):

import vm/values/value

when defined(WINDOWS):
{.compile: "linenoise.c".}

#=======================================
# Types
#=======================================
Expand Down

0 comments on commit 41d4e6b

Please sign in to comment.