Skip to content

Commit

Permalink
Merge branch 'master' of git+ssh://github.com/lxml/lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jul 4, 2023
2 parents 60222aa + becbae9 commit dd2c366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setupinfo.py
Expand Up @@ -101,7 +101,8 @@ def ext_modules(static_include_dirs, static_library_dirs,
if not exists:
raise RuntimeError(
"ERROR: Trying to build without Cython, but pre-generated '%s.c' "
"is not available (pass --without-cython to ignore this error)." % module)
"is not available (to ignore this error, pass --without-cython or "
"set environment variable WITHOUT_CYTHON=true)." % module)
else:
if not all(c_files_exist):
for exists, module in zip(c_files_exist, module_files):
Expand Down

0 comments on commit dd2c366

Please sign in to comment.