From 6ee66dddccadf36476af10720f72cddaa158a501 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 17 May 2020 13:11:03 -0700 Subject: [PATCH] src/setup.py: Update comment (not specific to gcc) --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index d8b700e9b12..7bdea45ff54 100755 --- a/src/setup.py +++ b/src/setup.py @@ -83,7 +83,7 @@ def excepthook(*exc): keep_going = False -# Search for dependencies in the source tree and add to gcc -I +# Search for dependencies in the source tree and add to the list of include directories include_dirs = sage_include_directories(use_sources=True) # Look for libraries only in what is configured already through distutils