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