2
0
Fork 0

[waf] Enable openssl too if --with-all is specified

personal/stbuehler/wip
Thomas Porzelt 2009-09-09 10:33:35 +02:00
parent 41d0490534
commit 097d2000a6
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ def configure(conf):
if opts.all:
opts.lua = True
opts.openssl = True
if not opts.debug:
conf.env['CCFLAGS'] += ['-O2']