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

Commit

Permalink
docbuild workaround for external PARI
Browse files Browse the repository at this point in the history
use the same workaround as for CYGWIN
  • Loading branch information
dimpase committed Aug 8, 2019
1 parent 317f090 commit 2c26115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage_setup/docbuild/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def _build_many(target, args):
raise
return ret

if not (CYGWIN_VERSION and CYGWIN_VERSION[0] < 3):
if (os.environ['SAGE_PARI_CFG'] !='') and (not (CYGWIN_VERSION and CYGWIN_VERSION[0] < 3)):
build_many = _build_many
else:
# Cygwin 64-bit < 3.0.0 has a bug with exception handling when exceptions
Expand Down

0 comments on commit 2c26115

Please sign in to comment.