mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:42:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| config("crypt_config") {
 | |
|   visibility = [ ":crypt" ]
 | |
|   libs = [ "crypt" ]
 | |
| }
 | |
| 
 | |
| group("crypt") {
 | |
|   if (current_os == "linux") {
 | |
|     public_configs = [ ":crypt_config" ]
 | |
|   }
 | |
| }
 | 
