mirror of https://github.com/ARMmbed/mbed-os.git
Disable response files on export
None of the exporters can handle them, so just don't do itpull/5093/head
parent
7b428916f5
commit
3e1b96d899
|
|
@ -310,6 +310,7 @@ def export_project(src_paths, export_path, target, ide, libraries_paths=None,
|
|||
extra_verbose=extra_verbose, config=config, build_profile=build_profile,
|
||||
app_config=app_config)
|
||||
# The first path will give the name to the library
|
||||
toolchain.RESPONSE_FILES = False
|
||||
if name is None:
|
||||
name = basename(normpath(abspath(src_paths[0])))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue