Skip to content

Commit

Permalink
Add another autoconf generated file
Browse files Browse the repository at this point in the history
Fixes gem installation with builtin libffi.

Fixes #1049
  • Loading branch information
larskanis committed Sep 24, 2023
1 parent 8e93ab2 commit ce6f419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
# Add libffi git files
lfs = `git --git-dir ext/ffi_c/libffi/.git ls-files -z`.split("\x0")
# Add autoconf generated files of libffi
lfs += %w[ configure config.guess config.sub install-sh ltmain.sh missing fficonfig.h.in ]
lfs += %w[ compile configure config.guess config.sub install-sh ltmain.sh missing fficonfig.h.in ]
# Add automake generated files of libffi
lfs += `git --git-dir ext/ffi_c/libffi/.git ls-files -z *.am */*.am`.gsub(".am\0", ".in\0").split("\x0")
s.files += lfs.map do |f|
Expand Down

0 comments on commit ce6f419

Please sign in to comment.