1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-18 08:23:51 +03:00

Some more tweaking for compilation of py_tdbpack.

This commit is contained in:
Tim Potter
-
parent 185804ac94
commit 89be695b29
2 changed files with 2 additions and 2 deletions

View File

@@ -180,6 +180,6 @@ setup(
# code, although it implements a compatible data format.
Extension(name = "tdbpack",
sources = [os.path.join(samba_srcdir, "python", "py_tdbpack.c")],
extra_compile_args = ["-I include"])
extra_compile_args = ["-I."])
],
)