diff options
Diffstat (limited to 'xmake/modules/package/tools/cmake.lua')
| -rw-r--r-- | xmake/modules/package/tools/cmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/cmake.lua b/xmake/modules/package/tools/cmake.lua index 8fd001d71..fb38858a8 100644 --- a/xmake/modules/package/tools/cmake.lua +++ b/xmake/modules/package/tools/cmake.lua @@ -984,7 +984,7 @@ end -- enter build directory function _enter_buildir(package, opt) - local buildir = opt.buildir or package:buildir() + local buildir = opt.buildir or package:builddir() os.mkdir(path.join(buildir, "install")) return os.cd(buildir) end |
