Hi all, The command I'd normally run for a system-wide install would be something like this:
sudo gem install do_mysql --with-mysql-lib=/path/to/library But with thor, I'd like to do something like this: bin/thor merb:gem:install do_mysql --with-mysql-lib=/path/to/library But...this doesn't work. Thor thinks the command-line arg with-mysql- lib is another gem I'm attempting to install. Is there a way to pass in an arg like this, or...is there a fix for this planned in the future? Thanks, Max --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
