diff options
Diffstat (limited to 'xmake/core/base/string.lua')
| -rw-r--r-- | xmake/core/base/string.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/string.lua b/xmake/core/base/string.lua index 0be8cc793..686f36d18 100644 --- a/xmake/core/base/string.lua +++ b/xmake/core/base/string.lua @@ -24,7 +24,7 @@ local string = string or {} -- load modules local deprecated = require("base/deprecated") local serialize = require("base/serialize") -local bit = require("bit") +local bit = require("base/bit") -- save original interfaces string._dump = string._dump or string.dump |
