summaryrefslogtreecommitdiff
path: root/graphics/py-gdchart/files/setup.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--graphics/py-gdchart/files/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gdchart/files/setup.py b/graphics/py-gdchart/files/setup.py
index 046d2901a852..c3f63914c26c 100644
--- a/graphics/py-gdchart/files/setup.py
+++ b/graphics/py-gdchart/files/setup.py
@@ -7,7 +7,7 @@ setup(
ext_modules = [
Extension("gdchart", ["gdc_py.c"],
include_dirs=["%%GD_INCLUDE%%", "%%GDCHART_INCLUDE%%"],
- libraries=["gdchart", "gd", "png", "z", "jpeg"],
+ libraries=["gdc", "gd", "png", "z", "jpeg"],
library_dirs=["%%LOCALLIB%%"]
)
]