From 3556ba5007193bb1bee5577b1e33a82936af7fe5 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 12 Aug 2019 18:08:02 +0200 Subject: fix scalloc definition --- src/allocators/scalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allocators/scalloc.py b/src/allocators/scalloc.py index 4be8798..9114b31 100644 --- a/src/allocators/scalloc.py +++ b/src/allocators/scalloc.py @@ -9,7 +9,7 @@ scalloc_src = Allocator_Sources("scalloc", prepare_cmds=["git checkout {}".format(version), "cd {srcdir}; tools/make_deps.sh", "cd {srcdir}; build/gyp/gyp --depth=. scalloc.gyp"], - reset_cmds=["git reset --hard"] + reset_cmds=["git reset --hard"]) class Scalloc (Allocator): -- cgit v1.2.3