Skip to content

Commit 3446719

Browse files
committed
Merge branch 'improve-wheel-build' of github.com:xmlsec/python-xmlsec into improve-wheel-build
2 parents ff3e240 + 64005e5 commit 3446719

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build_support/lib_xmlsec_dependency_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ def _build_libxslt(self, env, prefix_arg, host_arg):
361361
subprocess.check_call(['make', f'-j{multiprocessing.cpu_count() + 1}'], cwd=str(libxslt_dir), env=env)
362362
subprocess.check_call(['make', f'-j{multiprocessing.cpu_count() + 1}', 'install'], cwd=str(libxslt_dir), env=env)
363363

364-
365364
def _build_xmlsec1(self, env, prefix_arg, host_arg):
366365
self.info('Building xmlsec1')
367366
xmlsec1_dir = next(self.build_libs_dir.glob('xmlsec1-*'))

0 commit comments

Comments
 (0)