diff options
Diffstat (limited to 'xmake/rules/protobuf/module_parser.lua')
| -rw-r--r-- | xmake/rules/protobuf/module_parser.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/protobuf/module_parser.lua b/xmake/rules/protobuf/module_parser.lua index d6d0486f7..80314c50a 100644 --- a/xmake/rules/protobuf/module_parser.lua +++ b/xmake/rules/protobuf/module_parser.lua @@ -36,7 +36,7 @@ end -- generate module deps for the given file function _generate_moduledeps(target, sourcefile, opt) local dependfile = _get_dependfile_of_modulesource(target, sourcefile) - depend._on_changed(function () + depend.on_changed(function () -- trace vprint("generating.proto.moduledeps %s", sourcefile) |
