Skip to content

Commit

Permalink
build: allow adding cflags to end of python module build command
Browse files Browse the repository at this point in the history
Signed-off-by: Uri Simchoni <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
urisimchoni authored and abartlet committed Nov 22, 2017
1 parent 98813a6 commit 2606c99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildtools/wafsamba/samba_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def SAMBA_PYTHON(bld, name,
public_deps='',
realname=None,
cflags='',
cflags_end=None,
includes='',
init_function_sentinel=None,
local_include=True,
Expand Down Expand Up @@ -154,6 +155,7 @@ def SAMBA_PYTHON(bld, name,
public_deps=public_deps,
includes=includes,
cflags=cflags,
cflags_end=cflags_end,
local_include=local_include,
vars=vars,
realname=realname,
Expand Down

0 comments on commit 2606c99

Please sign in to comment.