Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4247ba6 commit 306e240Copy full SHA for 306e240
1 file changed
PC/config.h
@@ -288,9 +288,9 @@ typedef long intptr_t;
288
#ifndef USE_DL_EXPORT
289
/* So nobody needs to specify the .lib in their Makefile any more */
290
#ifdef _DEBUG
291
-#pragma comment(lib,"python16_d.lib")
+#pragma comment(lib,"python20_d.lib")
292
#else
293
-#pragma comment(lib,"python16.lib")
+#pragma comment(lib,"python20.lib")
294
#endif
295
#endif /* USE_DL_EXPORT */
296
0 commit comments