Commit 262ffeed authored by David Hendriks's avatar David Hendriks
Browse files

fixed small errors

parent 4308273f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -120,10 +120,10 @@ BINARY_C_PYTHON_API_MODULE = Extension(
    # name="binarycpython.core.binary_c",
    name="binary_c_python_api",
    sources=["src/binary_c_python.c"],
    INCLUDE_DIRS=INCLUDE_DIRS,
    LIBRARIES=LIBRARIES,
    LIBRARY_DIRS=LIBRARY_DIRS,
    RUNTIME_LIBRARY_DIRS=RUNTIME_LIBRARY_DIRS,
    include_dirs=INCLUDE_DIRS,
    libraries=LIBRARIES,
    library_dirs=LIBRARY_DIRS,
    runtime_library_dirs=RUNTIME_LIBRARY_DIRS, 
    define_macros=[] + BINARY_C_DEFINE_MACROS,
    extra_objects=[],
    extra_compile_args=[],