mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-06 22:43:48 +00:00
setup.py: add check for platform_darwin.c
this was just forgotten...
This commit is contained in:
parent
5c6cfc6329
commit
596a276a26
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -79,7 +79,7 @@ def __init__(self, *args, **kwargs):
|
|||
from distutils.command.build_ext import build_ext
|
||||
if not on_rtd and not all(os.path.exists(path) for path in [
|
||||
compress_source, crypto_source, chunker_source, hashindex_source,
|
||||
platform_linux_source, platform_freebsd_source]):
|
||||
platform_linux_source, platform_freebsd_source, platform_darwin_source]):
|
||||
raise ImportError('The GIT version of Borg needs Cython. Install Cython or use a released version.')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue