Skip to content
Snippets Groups Projects
Commit 9f7950b0 authored by Florian Fischer's avatar Florian Fischer
Browse files

add missing patchdir

parent 3870f15e
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ class Allocator: ...@@ -59,6 +59,7 @@ class Allocator:
self.name = name self.name = name
self.srcdir = os.path.join(SRCDIR, self.name) self.srcdir = os.path.join(SRCDIR, self.name)
self.dir = os.path.join(BUILDDIR, self.name) self.dir = os.path.join(BUILDDIR, self.name)
self.patchdir = os.path.join(src.globalvars.allocsrcdir, self.name)
# Update attributes # Update attributes
self.__dict__.update((k, v) for k, v in kwargs.items() self.__dict__.update((k, v) for k, v in kwargs.items()
if k in self.allowed_attributes) if k in self.allowed_attributes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment