chore: fix test
This commit is contained in:
parent
a0626a9334
commit
68800cdcf8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ target ffi.o (pkg : Package) : FilePath := do
|
|||
extern_lib libleanffi (pkg : Package) := do
|
||||
let name := nameToStaticLib "leanffi"
|
||||
let ffiO ← fetch <| pkg.target ``ffi.o
|
||||
buildStaticLib (pkg.libDir / name) #[ffiO]
|
||||
buildStaticLib (pkg.nativeLibDir / name) #[ffiO]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue