aboutsummaryrefslogtreecommitdiff
path: root/backends.py
diff options
context:
space:
mode:
Diffstat (limited to 'backends.py')
-rw-r--r--backends.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends.py b/backends.py
index f99a271..438e4f9 100644
--- a/backends.py
+++ b/backends.py
@@ -37,10 +37,9 @@ class TestSerialisation:
# This class contains the basic functionality that is needed by all backends.
# Feel free to move stuff in and out of it as you see fit.
class Backend():
- def __init__(self, build, interp):
+ def __init__(self, build):
self.build = build
self.environment = build.environment
- self.interpreter = interp
self.processed_targets = {}
self.dep_rules = {}
self.build_to_src = os.path.relpath(self.environment.get_source_dir(),
chain/qemu/meson.git/plain/pyproject.toml?h=fixyielding&id=ebe14848e0b35a879088839ee9a8a1d6e33c952a'>plain)
1
2
3
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"