bjam glob '排除模式'问题

发布于 2024-09-10 17:24:12 字数 187 浏览 4 评论 0原文

根据文档,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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

糖果控 2024-09-17 17:24:12

我们使用的是 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文