setup: fix linelog build on Windows

A wrong change was mistakenly committed.
This commit is contained in:
Jun Wu 2017-06-16 10:25:28 -07:00
parent 9e364a3220
commit e271251a2b

View File

@ -220,7 +220,7 @@ if iswindows:
availableextmodules = {
'linelog' : [
Extension('linelog',
sources=['linelog/pyext/linelog.%s'],
sources=['linelog/pyext/linelog.pyx'],
extra_compile_args=filter(None, [
STDC99, WALL, WEXTRA, WCONVERSION, PEDANTIC,
]),