aboutsummaryrefslogtreecommitdiff
path: root/src/allocator.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocator.py')
-rw-r--r--src/allocator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/allocator.py b/src/allocator.py
index 26866dd..9473f84 100644
--- a/src/allocator.py
+++ b/src/allocator.py
@@ -59,6 +59,7 @@ class Allocator:
self.name = name
self.srcdir = os.path.join(SRCDIR, self.name)
self.dir = os.path.join(BUILDDIR, self.name)
+ self.patchdir = os.path.join(src.globalvars.allocsrcdir, self.name)
# Update attributes
self.__dict__.update((k, v) for k, v in kwargs.items()
if k in self.allowed_attributes)