We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff3e240 + 64005e5 commit 3446719Copy full SHA for 3446719
1 file changed
build_support/lib_xmlsec_dependency_builder.py
@@ -361,7 +361,6 @@ def _build_libxslt(self, env, prefix_arg, host_arg):
361
subprocess.check_call(['make', f'-j{multiprocessing.cpu_count() + 1}'], cwd=str(libxslt_dir), env=env)
362
subprocess.check_call(['make', f'-j{multiprocessing.cpu_count() + 1}', 'install'], cwd=str(libxslt_dir), env=env)
363
364
-
365
def _build_xmlsec1(self, env, prefix_arg, host_arg):
366
self.info('Building xmlsec1')
367
xmlsec1_dir = next(self.build_libs_dir.glob('xmlsec1-*'))
0 commit comments