Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 306e240

Browse files
committed
Python's .lib is now named Python20.lib
1 parent 4247ba6 commit 306e240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PC/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ typedef long intptr_t;
288288
#ifndef USE_DL_EXPORT
289289
/* So nobody needs to specify the .lib in their Makefile any more */
290290
#ifdef _DEBUG
291-
#pragma comment(lib,"python16_d.lib")
291+
#pragma comment(lib,"python20_d.lib")
292292
#else
293-
#pragma comment(lib,"python16.lib")
293+
#pragma comment(lib,"python20.lib")
294294
#endif
295295
#endif /* USE_DL_EXPORT */
296296

0 commit comments

Comments
 (0)