summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/win32/pangopc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/win32/pangopc.py b/build/win32/pangopc.py
index c5c27f35..14eac3f3 100644
--- a/build/win32/pangopc.py
+++ b/build/win32/pangopc.py
@@ -23,7 +23,8 @@ def main(argv):
const=1,
help='Create .pc for PangoFT2')
base_pc.setup(argv, pango_parser)
- base_pkg_replace_items = {'@PANGO_API_VERSION@': '1.0'}
+ base_pkg_replace_items = {'@PANGO_API_VERSION@': '1.0',
+ '-lm': ''}
base_pkg_replace_items.update(base_pc.base_replace_items)