Skip to content

Commit 3e1b96d

Browse files
committed
Disable response files on export
None of the exporters can handle them, so just don't do it
1 parent 7b42891 commit 3e1b96d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/export/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ def export_project(src_paths, export_path, target, ide, libraries_paths=None,
310310
extra_verbose=extra_verbose, config=config, build_profile=build_profile,
311311
app_config=app_config)
312312
# The first path will give the name to the library
313+
toolchain.RESPONSE_FILES = False
313314
if name is None:
314315
name = basename(normpath(abspath(src_paths[0])))
315316

0 commit comments

Comments
 (0)