mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-12 01:28:17 +00:00
fix for CYGWIN also on bridge_python_generic_hash_sp.c
This commit is contained in:
parent
ae2c0f2a31
commit
839ea7c2c4
@ -532,7 +532,7 @@ static bool init_python (hc_python_lib_t *python)
|
|||||||
printf ("Loaded python library from: %s\n\n", pythondll_path);
|
printf ("Loaded python library from: %s\n\n", pythondll_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined (_WIN) || defined (__APPLE__)
|
#if defined (_WIN) || defined (__CYGWIN__) || defined (__APPLE__)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
fprintf (stderr, "Attention!!! The 'free-threaded' python library has some major downsides.\n");
|
fprintf (stderr, "Attention!!! The 'free-threaded' python library has some major downsides.\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user