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

removed prints

parent ef085adb
No related branches found
No related tags found
No related merge requests found
......@@ -86,17 +86,17 @@ runtime_library_dirs = [
] + binary_c_libdirs
# TODO: move the creeation of all the include stuff to here so its easier to print everything
print('\n')
print("binary_c_config: ", str(binary_c_config) + "\n")
print("incdirs: ", str(include_dirs) + "\n")
print("binary_c_libs: ", str(binary_c_libs) + "\n")
print("libraries: ", str(libraries) + "\n")
print("library_dirs: ", str(library_dirs) + "\n")
print("runtime_library_dirs: ", str(runtime_library_dirs) + "\n")
print("binary_c_cflags: ", str(binary_c_cflags) + "\n")
print("API_h: ", str(API_h) + "\n")
print("macros: ", str(binary_c_define_macros) + "\n")
print('\n')
# print('\n')
# print("binary_c_config: ", str(binary_c_config) + "\n")
# print("incdirs: ", str(include_dirs) + "\n")
# print("binary_c_libs: ", str(binary_c_libs) + "\n")
# print("libraries: ", str(libraries) + "\n")
# print("library_dirs: ", str(library_dirs) + "\n")
# print("runtime_library_dirs: ", str(runtime_library_dirs) + "\n")
# print("binary_c_cflags: ", str(binary_c_cflags) + "\n")
# print("API_h: ", str(API_h) + "\n")
# print("macros: ", str(binary_c_define_macros) + "\n")
# print('\n')
binary_c_python_api_module = Extension(
# name="binarycpython.core.binary_c",
......
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