mirror of https://github.com/ARMmbed/mbed-os.git
Pull in artifact-name for exported projects
parent
2ecb0a5031
commit
056b88ad0e
|
@ -276,6 +276,9 @@ def export_project(src_paths, export_path, target, ide, libraries_paths=None,
|
|||
if linker_script is not None:
|
||||
resources.linker_script = linker_script
|
||||
|
||||
if toolchain.config.app_config_data['artifact_name'] is not None:
|
||||
name = toolchain.config.app_config_data['artifact_name']
|
||||
|
||||
files, exporter = generate_project_files(resources, export_path,
|
||||
target, name, toolchain, ide,
|
||||
macros=macros)
|
||||
|
|
Loading…
Reference in New Issue