forked from platformio/platformio-core
		
	Fixed an issue with project generator when `src_build_flags` were not respected // Resolve #3137
				
					
				
			This commit is contained in:
		| @@ -189,7 +189,7 @@ if "idedata" in COMMAND_LINE_TARGETS: | ||||
|     print ( | ||||
|         "\n%s\n" | ||||
|         % dump_json_to_unicode( | ||||
|             env.DumpIDEData(projenv)  # pylint: disable=undefined-variable | ||||
|             projenv.DumpIDEData()  # pylint: disable=undefined-variable | ||||
|         ) | ||||
|     ) | ||||
|     env.Exit(0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user