Skip to content

Commit

Permalink
#5 #75 using gmic submodule (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 13, 2020
1 parent 840ffd3 commit 40fedef
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 @@ -15,7 +15,7 @@
IS_WINDOWS = sys.platform == "win32"

here = path.abspath(path.dirname(__file__))
gmic_src_path = path.abspath("src/gmic/src")
gmic_src_path = path.abspath("gmic/src")
WIN_DLL_DIR = path.abspath("win_dll")

debug_enabled = "--debug" in sys.argv
Expand Down

0 comments on commit 40fedef

Please sign in to comment.