From 15a6fe07c8029765c4430e373acf6a69b6fad975 Mon Sep 17 00:00:00 2001 From: Patrick Watrin <pat@lucy.local> Date: Mon, 29 Feb 2016 12:02:10 +0100 Subject: [PATCH] enable extension compilation --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index e613c51..d93d9ad 100644 --- a/setup.py +++ b/setup.py @@ -118,8 +118,8 @@ setup(name = "unitex", library_dirs=['/usr/local/lib'], sources = ["extensions/_unitex.cpp"])], -# cmdclass = { -# "build": CustomBuild, -# "clean": CustomClean -# } + cmdclass = { + "build": CustomBuild, + "clean": CustomClean + } ) -- GitLab