mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-11-04 13:44:49 +00:00 
			
		
		
		
	Only build the library
We only need the .so files, so only build the library
This commit is contained in:
		
							parent
							
								
									879f2509dc
								
							
						
					
					
						commit
						c8e6ad4ace
					
				| 
						 | 
				
			
			@ -175,7 +175,7 @@ class AbiChecker(object):
 | 
			
		|||
        my_environment["SHARED"] = "1"
 | 
			
		||||
        my_environment["USE_CRYPTO_SUBMODULE"] = "1"
 | 
			
		||||
        make_process = subprocess.Popen(
 | 
			
		||||
            self.make_command,
 | 
			
		||||
            [self.make_command, "lib"],
 | 
			
		||||
            env=my_environment,
 | 
			
		||||
            cwd=git_worktree_path,
 | 
			
		||||
            stdout=subprocess.PIPE,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue