mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
(Jack:) On the Mac, don't automatically enable dynamic loading.
This commit is contained in:
parent
62bf108392
commit
1d2e240954
1 changed files with 0 additions and 8 deletions
|
|
@ -107,14 +107,6 @@ typedef FARPROC dl_funcptr;
|
||||||
#define USE_DL
|
#define USE_DL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __powerc
|
|
||||||
#define USE_MAC_DYNAMIC_LOADING
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __CFM68K__
|
|
||||||
#define USE_MAC_DYNAMIC_LOADING
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_MAC_DYNAMIC_LOADING
|
#ifdef USE_MAC_DYNAMIC_LOADING
|
||||||
#define DYNAMIC_LINK
|
#define DYNAMIC_LINK
|
||||||
#define SHORT_EXT ".slb"
|
#define SHORT_EXT ".slb"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue