mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			733 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			733 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/packages/flutter_tools/lib/src/build_system/targets/linux.dart
 | |
| +++ b/packages/flutter_tools/lib/src/build_system/targets/linux.dart
 | |
| @@ -19,7 +19,6 @@
 | |
|  
 | |
|  /// The only files/subdirectories we care out.
 | |
|  const List<String> _kLinuxArtifacts = <String>[
 | |
| -  'libflutter_linux_gtk.so',
 | |
|  ];
 | |
|  
 | |
|  const String _kLinuxDepfile = 'linux_engine_sources.d';
 | |
| @@ -79,10 +78,6 @@
 | |
|        outputDirectory: outputDirectory,
 | |
|        artifacts: _kLinuxArtifacts,
 | |
|        clientSourcePaths: <String>[headersPath],
 | |
| -      icuDataPath: environment.artifacts.getArtifactPath(
 | |
| -        Artifact.icuData,
 | |
| -        platform: targetPlatform,
 | |
| -      )
 | |
|      );
 | |
|      final DepfileService depfileService = DepfileService(
 | |
|        fileSystem: environment.fileSystem,
 |