From 1fbb4abf4dd9aeabd4c481e0025cec80ac8a61f8 Mon Sep 17 00:00:00 2001 From: Emery Berger Date: Thu, 12 Dec 2024 20:40:57 -0500 Subject: [PATCH] Comma-la. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4842d1..e86667c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def extra_compile_args(): customalloc_extension = Extension( "customalloc", sources=["bigO/custom_alloc.cpp"], - extra_compile_args=extra_compile_args() + extra_compile_args=extra_compile_args(), include_dirs=["bigO/include"], )