Skip to content

Commit

Permalink
#5 attempting visual studio compatiblewheel build(4)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 13, 2020
1 parent 53c6587 commit d404082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
include_dirs=include_dirs,
libraries=libraries,
library_dirs=library_dirs,
sources=["gmicpy.cpp", path.join(gmic_src_path, "gmic.cpp")],
sources=["gmicpy.cpp", path.join(gmic_src_path, "gmic.cpp"), path.join(gmic_src_path, "gmic.h")],
define_macros=define_macros,
extra_compile_args=extra_compile_args,
extra_link_args=extra_link_args,
Expand Down

0 comments on commit d404082

Please sign in to comment.