diff options
| author | ruki <[email protected]> | 2026-01-30 22:32:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-30 22:32:30 +0800 |
| commit | 4ce1e34d1fedf281635462ee55d44d174f4ee6b5 (patch) | |
| tree | a77f11bc81f12a4b52d68630a386f590624e10f8 /xmake/core/base/binutils.lua | |
| parent | b62d053691005d2615ff89635a447627d1d6e188 (diff) | |
fix binutils
Diffstat (limited to 'xmake/core/base/binutils.lua')
| -rw-r--r-- | xmake/core/base/binutils.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/binutils.lua b/xmake/core/base/binutils.lua index 0c855c71e..00c64dfec 100644 --- a/xmake/core/base/binutils.lua +++ b/xmake/core/base/binutils.lua @@ -109,6 +109,7 @@ end function binutils.readsyms(binaryfile) if binutils._readsyms then return binutils._readsyms(binaryfile) + else return nil, "readsyms: C implementation not available" end end |
