Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/p/protobuf-cpp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ package("protobuf-cpp")
end)

on_test(function (package)
if not package:is_cross() and
if not package:config("tools") and not package:is_cross() and
-- Missing libgcc_s_xxx.dll, Maybe msys2 bug
not (is_subhost("msys") and package:is_plat("mingw", "msys") and package:is_arch("i386")) then
io.writefile("test.proto", [[
Expand Down