Skip to content

Commit

Permalink
remove --mysql default
Browse files Browse the repository at this point in the history
  • Loading branch information
jdduncan committed Apr 24, 2013
1 parent 8728967 commit df27e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -7,7 +7,7 @@ VERSION = '0.35'

def set_options(opt):
opt.tool_options('compiler_cxx')
opt.add_option('--mysql', action='store', default='/usr/local/mysql/')
opt.add_option('--mysql', action='store')

def configure(conf):
import Options
Expand Down

0 comments on commit df27e25

Please sign in to comment.