Disable response files on export

None of the exporters can handle them, so just don't do it
pull/5093/head
Jimmy Brisson 2017-09-13 15:14:26 -05:00
parent 7b428916f5
commit 3e1b96d899
1 changed files with 1 additions and 0 deletions

View File

@ -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])))