~ubuntu-branches/ubuntu/utopic/python3.3/utopic

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-01-27 12:13:57 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20140127121357-60ennw934dn1qirz
Tags: 3.3.4~rc1-1
Python 3.3.4 release candidate 1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1945
1945
        undef_macros = []
1946
1946
        if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"):
1947
1947
            include_dirs = []
1948
 
            libraries = ['mpdec']
 
1948
            libraries = [':libmpdec.so.2']
1949
1949
            sources = ['_decimal/_decimal.c']
1950
1950
            depends = ['_decimal/docstrings.h']
1951
1951
        else: