diff options
Diffstat (limited to 'xmake/tools/ar.lua')
| -rw-r--r-- | xmake/tools/ar.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/ar.lua b/xmake/tools/ar.lua index 5af3d6a47..3c9c681d0 100644 --- a/xmake/tools/ar.lua +++ b/xmake/tools/ar.lua @@ -61,7 +61,7 @@ function strip(level) end -- make the symbol flag -function symbol(level, symbolfile) +function symbol(level) return "" end |
