Skip to content

Commit 0f3141f

Browse files
committed
Install the six module for Python 2.7
1 parent c590558 commit 0f3141f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
project(python_modules)
2+
3+
add_subdirectory(Modules/six-1.4.1/six-1.4.1)
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
project(python-six)
2+
3+
install(FILES six.py DESTINATION libexec/darling/System/Library/Frameworks/Python.framework//Versions/2.7/Extras/lib/python)
4+

0 commit comments

Comments
 (0)