File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -779,7 +779,7 @@ needs to have its options defined in a dedicated section. Here's an example::
779779 extra_compile_args =
780780 -fPIC -O2
781781 -DGECODE_VERSION=$(./gecode_version) -- sys.platform != 'win32'
782- /DGECODE_VERSION=' win32' -- sys.platform == 'win32'
782+ /DGECODE_VERSION=win32 -- sys.platform == 'win32'
783783
784784The section name must start with ``extension: ``; the right-hand part is used as
785785the full name (including a parent package, if any) of the extension. Whitespace
Original file line number Diff line number Diff line change 119119 /usr/include/blitz
120120extra_compile_args = -fPIC -O2
121121 -DGECODE_VERSION=$(./gecode_version) -- sys.platform != 'win32'
122- /DGECODE_VERSION=' win32' -- sys.platform == 'win32'
122+ /DGECODE_VERSION=win32 -- sys.platform == 'win32'
123123language = cxx
124124
125125# corner case: if the parent package of an extension is declared but
You can’t perform that action at this time.
0 commit comments