From 28abdece17f417bd93071160f1ee5cb9723f0bb2 Mon Sep 17 00:00:00 2001 From: William Stein Date: Sat, 21 Oct 2006 20:55:47 -0700 Subject: [PATCH] Add to help that multiple include directories are allowed. --- Cython/Compiler/CmdLine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index a9c83c75..2f5b1e45 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -10,6 +10,7 @@ Options: -v, --version Display version number of pyrex compiler -l, --create-listing Write error messages to a listing file -I, --include-dir Search for include files in named directory + (multiply include directories are allowed). -o, --output-file Specify name of generated C file The following experimental options are supported only on MacOSX: -C, --compile Compile generated .c file to .o file -- 2.26.2