[DEBUG] correct MacOS releae build
This commit is contained in:
parent
52729c3c71
commit
aa96a415b5
@ -165,7 +165,7 @@ def link(file, binary, target, depancy, flags, name, basic_path, static=False):
|
|||||||
# get the file size of the non strip file
|
# get the file size of the non strip file
|
||||||
originSize = tools.file_size(file_dst);
|
originSize = tools.file_size(file_dst);
|
||||||
debug.print_element("SharedLib(strip)", name, "", "")
|
debug.print_element("SharedLib(strip)", name, "", "")
|
||||||
if target.name == "MacOs":
|
if "MacOs" in target.get_type():
|
||||||
cmdLineStrip=tools.list_to_str([
|
cmdLineStrip=tools.list_to_str([
|
||||||
target.strip,
|
target.strip,
|
||||||
"-u",
|
"-u",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user