Skip to content

Commit 7a5a01a

Browse files
author
gchabert
committed
Remove hack in plugins/wscript (see issue #243)
1 parent f0e033d commit 7a5a01a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugins/wscript

-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ def get_plugins(path):
1313
return map(basename,folders)
1414

1515
def configure (conf):
16-
17-
##################################################################################################
18-
# Enable AFFINE plugin if option --with-affine-extended is enable
19-
if (conf.options.WITH_AFFINE_EXTEND):
20-
conf.options.WITH_AFFINE =True
21-
2216
#store the list of plugins in the environment
2317
#conf.env['plugins']=get_plugins(conf.path)
2418
plugins=get_plugins(conf.path)

0 commit comments

Comments
 (0)