diff options
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 |
