summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-06-21 09:48:44 +0800
committerruki <[email protected]>2020-06-21 09:48:44 +0800
commit98f81666c21be8359f005047f57778aa7905d6f0 (patch)
treecfb54530988097d819ec500f97c946f8eb068816
parent6beb182abf05dcaa3786b65f6a3049067b07b17c (diff)
fix ml
-rw-r--r--xmake/modules/core/tools/ml.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/ml.lua b/xmake/modules/core/tools/ml.lua
index 42c10b633..a6523243d 100644
--- a/xmake/modules/core/tools/ml.lua
+++ b/xmake/modules/core/tools/ml.lua
@@ -96,7 +96,7 @@ function compargv(self, sourcefile, objectfile, flags)
end
-- compile the source file
-function compile(self, sourcefile, objectfile, dependinfo, flags)
+function compile(self, sourcefile, objectfile, dependinfo, flags, opt)
-- ensure the object directory
os.mkdir(path.directory(objectfile))