diff options
| author | ruki <[email protected]> | 2023-02-24 00:38:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-24 00:38:44 +0800 |
| commit | aa7a5c718a95ccf01f5f439c11a2e8b116d0c19f (patch) | |
| tree | 7e597e39731a543db70fd371610fd69fe006b766 /xmake/core/package/package.lua | |
| parent | e944c049ca7a8b380ac0754a053026d476020901 (diff) | |
improve to show searchnames
Diffstat (limited to 'xmake/core/package/package.lua')
| -rw-r--r-- | xmake/core/package/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index a189905f6..28a130405 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -346,7 +346,7 @@ function _instance:is_precompiled() end -- fallback to source code build -function _instance:fackback_build() +function _instance:fallback_build() if self:is_precompiled() then local artifacts_backup = self._ARTIFACTS_BACKUP if artifacts_backup then |
