Skip to content

Commit

Permalink
Remove hack in plugins/wscript (see issue #243)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchabert committed Dec 7, 2016
1 parent f0e033d commit 7a5a01a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugins/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ def get_plugins(path):
return map(basename,folders)

def configure (conf):

##################################################################################################
# Enable AFFINE plugin if option --with-affine-extended is enable
if (conf.options.WITH_AFFINE_EXTEND):
conf.options.WITH_AFFINE =True

#store the list of plugins in the environment
#conf.env['plugins']=get_plugins(conf.path)
plugins=get_plugins(conf.path)
Expand Down

0 comments on commit 7a5a01a

Please sign in to comment.