Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
note about why execinfo detection fails on Darwin even though it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms authored and ry committed Dec 18, 2009
1 parent fa667f7 commit 6eb8bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wscript
Expand Up @@ -116,6 +116,8 @@ def configure(conf):
# conf.check(lib='efence', libpath=['/usr/lib', '/usr/local/lib'], uselib_store='EFENCE')

if not conf.check(lib="execinfo", libpath=['/usr/lib', '/usr/local/lib'], uselib_store="EXECINFO"):
# Note on Darwin/OS X: This will fail, but will still be used as the
# execinfo stuff are part of the standard library.
if sys.platform.startswith("freebsd"):
conf.fatal("Install the libexecinfo port from /usr/ports/devel/libexecinfo.")

Expand Down

0 comments on commit 6eb8bbc

Please sign in to comment.