Skip to content

Commit

Permalink
setup: look in multiarch paths in GNU platforms
Browse files Browse the repository at this point in the history
Somehow I merged pino's commit into rel_2.3 branch (which I since removed because it was confusing me). Not sure what happened, but this is his code that got lost.
  • Loading branch information
aclark4life committed Feb 1, 2014
1 parent 9cd8a88 commit cb309c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -267,6 +267,9 @@ def build_extensions(self):
# work ;-)
self.add_multiarch_paths()

elif sys.platform.startswith("gnu"):
self.add_multiarch_paths()

elif sys.platform.startswith("netbsd"):
_add_directory(library_dirs, "/usr/pkg/lib")
_add_directory(include_dirs, "/usr/pkg/include")
Expand Down

0 comments on commit cb309c9

Please sign in to comment.