URL
https://opencores.org/ocsvn/soc_maker/soc_maker/trunk
Subversion Repositories soc_maker
Compare Revisions
- This comparison shows the changes necessary to convert path
/soc_maker/trunk/bin
- from Rev 3 to Rev 5
- ↔ Reverse comparison
Rev 3 → Rev 5
/soc_maker_cli
22,7 → 22,8
exit |
end |
|
opts.on("-l", "--library <p1,p2,p3...>", Array, "Sets library include paths (overrides config value)" ) do |path| |
opts.on("-l", "--library <p1,p2,p3...>", Array, |
"Sets library include paths (overrides config value)" ) do |path| |
cmd_options.lib_inc << path |
end |
|