1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-10 00:28:11 +00:00

fix for CYGWIN also on bridge_python_generic_hash_sp.c

This commit is contained in:
Gabriele Gristina 2025-06-08 18:09:18 +02:00
parent ae2c0f2a31
commit 839ea7c2c4

View File

@ -532,7 +532,7 @@ static bool init_python (hc_python_lib_t *python)
printf ("Loaded python library from: %s\n\n", pythondll_path);
}
#if defined (_WIN) || defined (__APPLE__)
#if defined (_WIN) || defined (__CYGWIN__) || defined (__APPLE__)
#else
fprintf (stderr, "Attention!!! The 'free-threaded' python library has some major downsides.\n");