1
0
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:
Bogdan Marinescu 2013-06-29 08:41:20 +03:00
parent 43b4dc6cd8
commit 661e6855db

View File

@ -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