Skip to content

Commit

Permalink
in conda import library is libffi.lib not libffi-7.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 11, 2021
1 parent 0b10344 commit e8a22b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/patches/pre-7.3.6-0008.patch
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ diff -r 77787b8f4c49 -r fc8388ffecc6 rpython/rlib/clibffi.py
includes = ['ffi.h', 'windows.h'],
- libraries = ['kernel32'],
- include_dirs = [libffidir, cdir],
+ libraries = ['kernel32', 'libffi-7'],
+ libraries = ['kernel32', 'libffi'],
+ # include_dirs = [libffidir, cdir],
separate_module_sources = separate_module_sources,
post_include_bits = post_include_bits,
Expand Down

0 comments on commit e8a22b9

Please sign in to comment.