diff options
Diffstat (limited to 'xmake/scripts/base/makefile.lua')
| -rw-r--r-- | xmake/scripts/base/makefile.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/makefile.lua b/xmake/scripts/base/makefile.lua index 6ad63490b..ba939790a 100644 --- a/xmake/scripts/base/makefile.lua +++ b/xmake/scripts/base/makefile.lua @@ -273,7 +273,7 @@ function makefile.build(target) end -- done make - return make.main(buildir .. "/makefile", target) + return make:main(buildir .. "/makefile", target) end -- return module: makefile |
