bjam glob '排除模式'问题
根据文档,bjam 的 glob 运算符接受第二个参数,该参数指定要排除的模式,如下所示:
[ glob pattern : exclude ]
但是 bjam 给了我一个错误,抱怨第二个参数。可能是我的bjam版本太旧了。有人知道这个“排除”功能是在哪个版本添加的吗?我用的是3.1.17。
According to the docs, bjam's glob operator accepts a 2nd argument which specifies a pattern to exclude, like so:
[ glob pattern : exclude ]
However bjam gives me an error complaining about the 2nd argument. It may be that my bjam version is too old. Would anyone know at what version this 'exclude' feature was added? I'm using 3.1.17.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用的是 Boost.Jam 3.1.16 和 Boost.Build Milestone 12,并且排除参数对我们来说效果很好。您的确切模式和排除参数是什么?
We're using 3.1.16 of Boost.Jam and Milestone 12 of Boost.Build, and the exclude parameter works fine for us. What's your exact pattern and exclude arguments?