Skip to content

Commit b7da0f2

Browse files
cfisclaude
andcommitted
Remove local ffi-clang path from Gemfile
Monkey patches cover all needed fixes from unreleased ffi-clang, so the published gem works everywhere. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 08c7609 commit b7da0f2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Gemfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
source 'https://rubygems.org'
22

33
gemspec
4-
5-
unless ENV['CI']
6-
if RUBY_PLATFORM =~ /linux/ && File.exist?('/mnt/c')
7-
gem "ffi-clang", path: "/mnt/c/Source/ffi-clang" # WSL
8-
else
9-
gem "ffi-clang", path: "c:/Source/ffi-clang" # Windows
10-
end
11-
end

0 commit comments

Comments
 (0)