Show More
@@ -21,7 +21,7 b' static PyObject *globals;' | |||
|
21 | 21 | void initpy(const char *cselfpath) |
|
22 | 22 | { |
|
23 | 23 | #ifdef HG_FUZZER_PY3 |
|
24 |
const std::string subdir = "/sanpy/lib/python3. |
|
|
24 | const std::string subdir = "/sanpy/lib/python3.8"; | |
|
25 | 25 | #else |
|
26 | 26 | const std::string subdir = "/sanpy/lib/python2.7"; |
|
27 | 27 | #endif |
General Comments 0
You need to be logged in to leave comments.
Login now