aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/tbbmalloc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/tbbmalloc.py')
-rw-r--r--src/allocators/tbbmalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/tbbmalloc.py b/src/allocators/tbbmalloc.py
index 3dca919..a7af5a5 100644
--- a/src/allocators/tbbmalloc.py
+++ b/src/allocators/tbbmalloc.py
@@ -24,7 +24,7 @@ from src.artifact import GitArtifact
class TBBMalloc(Allocator):
"""tbbmalloc allocator"""
- source = GitArtifact("tbb", "https://github.com/intel/tbb.git"),
+ sources = GitArtifact("tbb", "https://github.com/intel/tbb.git")
def __init__(self, name, **kwargs):
self.LD_PRELOAD = "{dir}/libtbbmalloc.so"