Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Commit

Permalink
Don't compile in unnecessary and/or impossible to use files (Java API…
Browse files Browse the repository at this point in the history
… and debugging).

Signed-off-by: Zachary Waldowski <zwaldowski@gmail.com>
  • Loading branch information
zwaldowski committed Apr 13, 2012
1 parent 26920c1 commit f54652c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 417 deletions.
4 changes: 2 additions & 2 deletions libffi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/zwaldowski/libffi-iOS.git', :tag => 'v3.0.11' }
s.clean_paths = 'patches/', 'libffi.xcodeproj/', '.gitignore'
if config.ios?
s.source_files = 'ios/include/*.h', 'ios/src/arm/*.{c,S}', 'ios/src/x86/{ffi.c,darwin.S}', 'src/{closures,debug,java_raw_api,prep_cif,raw_api,types}.c'
s.source_files = 'ios/include/*.h', 'ios/src/arm/*.{c,S}', 'ios/src/x86/{ffi.c,darwin.S}', 'src/{closures,prep_cif,raw_api,types}.c'
else
s.source_files = 'osx/include/*.h', 'osx/src/x86/{darwin.S,darwin64.S,ffi.c,ffi64.c}', 'src/{closures,debug,java_raw_api,prep_cif,raw_api,types}.c'
s.source_files = 'osx/include/*.h', 'osx/src/x86/{darwin.S,darwin64.S,ffi.c,ffi64.c}', 'src/{closures,prep_cif,raw_api,types}.c'
end
end
59 changes: 0 additions & 59 deletions src/debug.c

This file was deleted.

Loading

0 comments on commit f54652c

Please sign in to comment.