Skip to content

Commit

Permalink
Trying to fix python build
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 18, 2024
1 parent 95232a7 commit 4dee958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def gen_modules(version):

modules = Extension(
name = "pycryptosat",
include_dirs = ["src/"],
include_dirs = ["src/", "./"],
sources = ["python/src/pycryptosat.cpp",
"python/src/GitSHA1.cpp",
"src/backbone.cpp",
Expand Down Expand Up @@ -102,6 +102,7 @@ def gen_modules(version):
"src/varreplacer.cpp",
"src/xorfinder.cpp",
"src/oracle/oracle.cpp",
"src/oracle_use.cpp",
],
extra_compile_args = extra_compile_args_val,
define_macros=define_macros_val,
Expand Down

0 comments on commit 4dee958

Please sign in to comment.