mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 13:14:01 +08:00
print events on newlines
This commit is contained in:
parent
49dc226bc6
commit
e7ae040795
@ -198,6 +198,8 @@ local function cmake_build(dep_folder, is_32, extra_cmd_defs, c_flags_init, cxx_
|
|||||||
arch_iden = '64'
|
arch_iden = '64'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
print('\n\nbuilding dep: "' .. dep_base .. '"')
|
||||||
|
|
||||||
local build_dir = path.getabsolute(path.join(dep_base, 'build' .. arch_iden))
|
local build_dir = path.getabsolute(path.join(dep_base, 'build' .. arch_iden))
|
||||||
|
|
||||||
-- clean if required
|
-- clean if required
|
||||||
@ -389,6 +391,8 @@ end
|
|||||||
for _, dep in pairs(deps_to_extract) do
|
for _, dep in pairs(deps_to_extract) do
|
||||||
-- check archive
|
-- check archive
|
||||||
local archive_file = path.join(third_party_common_dir, dep[1])
|
local archive_file = path.join(third_party_common_dir, dep[1])
|
||||||
|
print('\n\nextracting dep archive: "' .. archive_file .. '"')
|
||||||
|
|
||||||
if not os.isfile(archive_file) then
|
if not os.isfile(archive_file) then
|
||||||
error("archive not found: " .. archive_file)
|
error("archive not found: " .. archive_file)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user