mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
Merge of compile tweaks for python tdbpack module.
This commit is contained in:
@ -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."])
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user