Skip to content
Snippets Groups Projects
Commit a2c429ce authored by David Hendriks's avatar David Hendriks
Browse files

changing setup and c-compilation to write the library to a different location

parent 7ab5a372
No related branches found
No related tags found
No related merge requests found
...@@ -103,14 +103,14 @@ setup( ...@@ -103,14 +103,14 @@ setup(
}, },
packages=['binarycpython', packages=['binarycpython',
'binarycpython.utils', 'binarycpython.utils',
] ],
# ext_modules=[ ext_modules=[
# binary_c_python_api_module binary_c_python_api_module
# ], # binary_c must be loaded ], # binary_c must be loaded
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment