We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010eb23 commit 8753c41Copy full SHA for 8753c41
CMakeLists.txt
@@ -81,5 +81,5 @@ add_subdirectory(Modules/altgraph-0.10.2/altgraph-0.10.2)
81
add_subdirectory(Modules/modulegraph-0.10.4/modulegraph-0.10.4)
82
83
#install(FILES Extras-2.6.pth DESTINATION libexec/darling/Library/Python/2.6/site-packages RENAME Extras.pth)
84
-install(FILES Extras-2.7.pth DESTINATION libexec/darling/Library/Python/2.7/site-packages RENAME Extras.pth)
+install(FILES darling/src/Extras-2.7.pth DESTINATION libexec/darling/Library/Python/2.7/site-packages RENAME Extras.pth)
85
darling/src/Extras-2.7.pth
@@ -0,0 +1,2 @@
1
+/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
2
+/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC
0 commit comments