mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
build-all: drop unused kwargs in build_dependency
This commit is contained in:
@@ -680,7 +680,6 @@ def build_dependency(
|
|||||||
additional_files: dict[str, str] | None = None,
|
additional_files: dict[str, str] | None = None,
|
||||||
no_append_name=False,
|
no_append_name=False,
|
||||||
cmake_dir=None,
|
cmake_dir=None,
|
||||||
**kwargs,
|
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Handles building of dependencies with different tools (which are
|
"""Handles building of dependencies with different tools (which are
|
||||||
distinguished with the `mode` argument. `build_tool_args` is expected to be
|
distinguished with the `mode` argument. `build_tool_args` is expected to be
|
||||||
@@ -689,7 +688,6 @@ def build_dependency(
|
|||||||
|
|
||||||
:param pre_compile_subs: A sequence of ``(fn, before, after)``
|
:param pre_compile_subs: A sequence of ``(fn, before, after)``
|
||||||
:param additional_files: Mapping path->url.
|
:param additional_files: Mapping path->url.
|
||||||
:param kwargs: Additional ``mode`` related kwargs.
|
|
||||||
"""
|
"""
|
||||||
check_dir = os.path.join(DEPS_DIR, "install", name)
|
check_dir = os.path.join(DEPS_DIR, "install", name)
|
||||||
if os.path.exists(check_dir):
|
if os.path.exists(check_dir):
|
||||||
|
|||||||
Reference in New Issue
Block a user