summaryrefslogtreecommitdiff
path: root/xmake/platforms/mingw/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-01-05 13:20:57 +0800
committerruki <[email protected]>2017-01-06 17:20:08 +0800
commit63463f04bee8ea369c2bbe0306f1e9316333f0dc (patch)
treebdc6c663fa8877f20779d6032c18db84c2626440 /xmake/platforms/mingw/xmake.lua
parent06a7207823add9becd9f0929c9ed1b4eb2a1ab44 (diff)
uses loaded return value for language and platform
Diffstat (limited to 'xmake/platforms/mingw/xmake.lua')
-rwxr-xr-xxmake/platforms/mingw/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/platforms/mingw/xmake.lua b/xmake/platforms/mingw/xmake.lua
index 03e259186..e46e5c5cc 100755
--- a/xmake/platforms/mingw/xmake.lua
+++ b/xmake/platforms/mingw/xmake.lua
@@ -69,5 +69,8 @@ platform("mingw")
_g.includedirs = {path.join(sdkdir, "include")}
_g.linkdirs = {path.join(sdkdir, "lib")}
end
+
+ -- ok
+ return _g
end)