You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
378 B

  1. Disable the analyze ATR perl-script and as we don't want to pull in perl
  2. as a dependency.
  3. --- a/pcsc_scan.c
  4. +++ b/pcsc_scan.c
  5. @@ -241,7 +241,7 @@ static void initialize_options(options_t
  6. #ifdef WIN32
  7. options->analyse_atr = False;
  8. #else
  9. - options->analyse_atr = True;
  10. + options->analyse_atr = False;
  11. #endif
  12. options->stress_card = False;
  13. options->print_version = False;