Skip to content

Commit

Permalink
#5 attempting visual studio compatiblewheel build(8)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 13, 2020
1 parent 5a5f15e commit f1121a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gmicpy.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "gmic.h"
#include "src/gmic/src/gmic.h"

// Set T be a float if not platform-overridden
#ifndef T
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
define_macros += [("cimg_use_tiff", None)]
define_macros += [("cimg_use_png", None)]
define_macros += [("cimg_display", None)]
extra_compile_args.extend(["/std:c++11", "/OpenMP"])
extra_compile_args.extend(["/std:c11", "/OpenMP"])

if sys.platform == "darwin":
extra_compile_args += ["-fopenmp", "-stdlib=libc++"]
Expand Down

0 comments on commit f1121a7

Please sign in to comment.