File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> {
36
36
dst : output. to_path_buf ( ) ,
37
37
src : input. map ( |p| p. to_path_buf ( ) ) ,
38
38
lib_search_paths : archive_search_paths ( sess) ,
39
- is_like_osx : sess. target . target . options . is_like_osx ,
39
+ is_like_osx : sess. target . target . options . is_like_osx , // FIXME should probably check for linux
40
40
} ;
41
41
42
42
let ( src_archives, entries) = if let Some ( src) = & config. src {
@@ -122,9 +122,6 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> {
122
122
}
123
123
124
124
fn build ( mut self ) {
125
- println ! ( "{:?}" , self . src_archives. len( ) ) ;
126
- println ! ( "{:?}" , self . entries) ;
127
-
128
125
enum BuilderKind {
129
126
Bsd ( ar:: Builder < File > ) ,
130
127
Gnu ( ar:: GnuBuilder < File > ) ,
You can’t perform that action at this time.
0 commit comments