blob: fcd82b29e489eeb4ea72c8a04ef430a4bd267729 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- python/setup.py~ 2004-04-20 23:29:55.566483816 +0200
+++ python/setup.py 2004-04-20 23:30:07.642647960 +0200
@@ -69,6 +69,8 @@
LIB_DIRS = expand_vars(LIB_DIRS, make_vars)
LIBRARIES = expand_vars(LIBRARIES, make_vars)
+os.environ["CFLAGS"] = os.environ["CFLAGS"].replace(' -c', '')
+
setup(name="clearsilver",
version=VERSION,
description="Python ClearSilver Wrapper",
|