Skip to content
Snippets Groups Projects
Commit e6cf5bfd authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Minor waf recipe simplification.

parent 950f8390
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,8 @@ def build(ctx):
features = "c bld_include src_include",
source = libisc_source,
includes = [
"%s/libisc/include/" % ctx.srcnode.abspath(),
"%s/libisc/unix/include/" % ctx.srcnode.abspath() # XXX: platform: requires unix/win32 switch.
],
"%s/libisc/include/" % ctx.srcnode.abspath(),
],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment