Commit c7050d9b authored by Jack Jansen's avatar Jack Jansen

Use #if TARGET_API_MAC_CARBON to determine carbon/classic macos, not #ifdef.

parent fe385251
......@@ -20,7 +20,7 @@ const struct filedescr _PyImport_DynLoadFiletab[] = {
#ifdef __CFM68K__
{".CFM68K.slb", "rb", C_EXTENSION},
#else
#ifdef TARGET_API_MAC_CARBON
#if TARGET_API_MAC_CARBON
{".carbon.slb", "rb", C_EXTENSION},
#else
{".ppc.slb", "rb", C_EXTENSION},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment