Use previous linking method

This commit is contained in:
Andrew Hyatt 2017-08-10 23:36:23 -07:00
parent 3185424c60
commit a16b72d01e

View File

@ -270,7 +270,7 @@ pymodule(_heapq Modules/_heapqmodule.c)
pymodule(_hotshot Modules/_hotshot.c)
pymodule(_json Modules/_json.c)
pymodule(_locale Modules/_localemodule.c)
target_link_libraries(py26__locale ${CoreFoundation})
target_link_libraries(py26__locale CoreFoundation)
pymodule(_lsprof Modules/_lsprof.c Modules/rotatingtree.c)
pymodule(_multiprocessing Modules/_multiprocessing/multiprocessing.c Modules/_multiprocessing/semaphore.c Modules/_multiprocessing/socket_connection.c)
pymodule(_random Modules/_randommodule.c)