Commit eb3f75e6 authored by Greg Ward's avatar Greg Ward

Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.

parent 4ba5da41
......@@ -183,7 +183,6 @@ class build_clib (Command):
include_dirs = build_info.get ('include_dirs')
objects = self.compiler.compile (sources,
output_dir=self.build_temp,
keep_dir=1,
macros=macros,
include_dirs=include_dirs,
debug=self.debug)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment