diff src/gearsTools/lib/Gears/Context.pm @ 395:17e8a4bc06a7 default tip

add macOS AR/RANLIB
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2020 21:59:50 +0900
parents 599ad98aee00
children
line wrap: on
line diff
--- a/src/gearsTools/lib/Gears/Context.pm	Mon Dec 14 20:44:38 2020 +0900
+++ b/src/gearsTools/lib/Gears/Context.pm	Mon Dec 14 21:59:50 2020 +0900
@@ -142,8 +142,8 @@
   my $impls = $dg2path->{impl};
 
   use Data::Dumper;
-  print Dumper $dg2path;
-  print Dumper  $self;
+  # print Dumper $dg2path;
+  # print Dumper  $self;
 
   map {  my $ir = Gears::Util->parse_interface($inters->{$_});   $dg_str{$_}->{elem} = $ir if $ir} keys %$inters;