diff options
| author | ruki <[email protected]> | 2018-05-24 22:57:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-24 11:45:44 +0800 |
| commit | dbfe733eb8610343396590cebd037de19c1753cc (patch) | |
| tree | aad7c69e4bc218c3eef9d2abf39b82edd402a926 /xmake/actions/package/main.lua | |
| parent | 430cd75d7a13c22fc6ea30939d9ef7b65081a88a (diff) | |
add wdk.package.cab rule
Diffstat (limited to 'xmake/actions/package/main.lua')
| -rw-r--r-- | xmake/actions/package/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/package/main.lua b/xmake/actions/package/main.lua index b0d82800c..f8c63c7ed 100644 --- a/xmake/actions/package/main.lua +++ b/xmake/actions/package/main.lua @@ -35,7 +35,7 @@ import("core.platform.platform") function _package_library(target) -- the output directory - local outputdir = option.get("outputdir") or config.get("buildir") + local outputdir = option.get("outputdir") or config.buildir() -- the target name local targetname = target:name() |
