mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 12:54:42 +00:00
Fix osx build.
This commit is contained in:
parent
6b334dc79b
commit
887a814d42
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -630,7 +630,7 @@ else:
|
|||
extra_compile_args.append("-pedantic")
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
define_macros.extend(('HAVE_STRLCPY', None), ('HAVE_STRLCAT', None))
|
||||
define_macros.extend([('HAVE_STRLCPY', None), ('HAVE_STRLCAT', None)])
|
||||
|
||||
myname = "Bastian Kleineidam"
|
||||
myemail = "bastian.kleineidam@web.de"
|
||||
|
|
|
|||
Loading…
Reference in a new issue