Skip to content

Commit bb8609c

Browse files
authored
Update scanner.lua
1 parent d1fd8be commit bb8609c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/rules/c++/modules/scanner.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ function _patch_sourcebatch(target, sourcebatch)
362362
local strict = target:policy("build.c++.modules.reuse.strict") or
363363
target:policy("build.c++.modules.tryreuse.discriminate_on_defines")
364364
local dep = target:dep(fileconfig.external)
365-
assert(dep, format("dep target <%s> for <%s>", fileconfig.external, target:fullname()))
365+
assert(dep, "dep target <%s> for <%s>", fileconfig.external, target:fullname())
366366

367367
local can_reuse = nocheck or _are_flags_compatible(target, dep, sourcefile, {strict = strict})
368368
if can_reuse then

0 commit comments

Comments
 (0)