This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author complement
Recipients Alex.Willmer, complement, doko
Date 2016-06-06.07:32:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465198350.96.0.161123483277.issue27101@psf.upfronthosting.co.za>
In-reply-to
Content
Matthias,

This question is really for you:

fc1903166 (doko                    2012-09-21 13:52:29 +0200  422)         if multiarch_path_component != '':
fc1903166 (doko                    2012-09-21 13:52:29 +0200  423)             add_dir_to_list(self.compiler.library_dirs,
fc1903166 (doko                    2012-09-21 13:52:29 +0200  424)                             '/usr/lib/' + multiarch_path_component)
fc1903166 (doko                    2012-09-21 13:52:29 +0200  425)             add_dir_to_list(self.compiler.include_dirs,
fc1903166 (doko                    2012-09-21 13:52:29 +0200  426)                             '/usr/include/' + multiarch_path_component)
fc1903166 (doko                    2012-09-21 13:52:29 +0200  427)             return
History
Date User Action Args
2016-06-06 07:32:30complementsetrecipients: + complement, doko, Alex.Willmer
2016-06-06 07:32:30complementsetmessageid: <1465198350.96.0.161123483277.issue27101@psf.upfronthosting.co.za>
2016-06-06 07:32:30complementlinkissue27101 messages
2016-06-06 07:32:30complementcreate