mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
Removed spurious 'print'
This commit is contained in:
parent
43b4dc6cd8
commit
661e6855db
@ -648,7 +648,6 @@ end
|
||||
-- Create and return a new link target
|
||||
builder.link_target = function( self, out, dep, link_cmd )
|
||||
local path, ext = utils.split_ext( out )
|
||||
print( "ext is", ext, "self is", self.exe_extension )
|
||||
if not ext and self.exe_extension and #self.exe_extension > 0 then
|
||||
out = out .. self.exe_extension
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user