Skip to content

Commit 64005e5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ff3e240 commit 64005e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)