Skip to content

Commit

Permalink
fixes evalffi
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Oct 27, 2023
1 parent 3780eb9 commit 6f28e87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions compiler/evalffi.nim
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@

## This file implements the FFI part of the evaluator for Nim code.

import ast, types, options, tables, dynlib, msgs, lineinfos
from os import getAppFilename
import ast, types, options, msgs, lineinfos
from std/os import getAppFilename
import libffi/libffi

import std/[tables, dynlib]

when defined(windows):
const libcDll = "msvcrt.dll"
elif defined(linux):
Expand Down

0 comments on commit 6f28e87

Please sign in to comment.