remove unused print

pull/240/head
ruki 4 years ago
parent 066a11861f
commit 05e99e1289
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 1
      packages/l/luajit/port/xmake.lua
  2. 1
      packages/m/moonjit/port/xmake.lua

@ -87,7 +87,6 @@ rule("buildvm")
march = "elfasm"
end
os.vrunv(buildvm_bin, {"-m", march, "-o", lj_vm_asm})
print(compiler.compcmd(lj_vm_asm, lj_vm_obj, {target = target}))
compiler.compile(lj_vm_asm, lj_vm_obj, {target = target})
table.join2(target:objectfiles(), lj_vm_obj)
end

@ -87,7 +87,6 @@ rule("buildvm")
march = "elfasm"
end
os.vrunv(buildvm_bin, {"-m", march, "-o", lj_vm_asm})
print(compiler.compcmd(lj_vm_asm, lj_vm_obj, {target = target}))
compiler.compile(lj_vm_asm, lj_vm_obj, {target = target})
table.join2(target:objectfiles(), lj_vm_obj)
end

Loading…
Cancel
Save