Skip to content

Commit

Permalink
#5 #75 using gmic submodule (13)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 13, 2020
1 parent 1b55e64 commit 3c4b441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gmicpy.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "gmicpy.h"
#include "gmic/src/CImg.h"

#include <Python.h>
#include <stdint.h>
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++latest", "/OpenMP"])
extra_compile_args.extend(["/std:c11", "/OpenMP"])

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

0 comments on commit 3c4b441

Please sign in to comment.