diff options
Diffstat (limited to 'src/allocators/supermalloc.py')
| -rw-r--r-- | src/allocators/supermalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/supermalloc.py b/src/allocators/supermalloc.py index 7b96b80..94aae7d 100644 --- a/src/allocators/supermalloc.py +++ b/src/allocators/supermalloc.py @@ -14,7 +14,7 @@ class SuperMalloc (src.allocator.Allocator): kwargs["sources"] = sources kwargs["LD_PRELOAD"] = "{srcdir}/release/lib/libsupermalloc.so" kwargs["build_cmds"] = ["cd {srcdir}/release; make CFLAGS=-O2", - "mkdir {dir}"] + "mkdir -p {dir}"] super().__init__(name, **kwargs) |
