mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:32:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| declare_args() {
 | |
|   # Path of sysroot to use.
 | |
|   sysroot = ""
 | |
|   if (current_os == "serenity") {
 | |
|     sysroot = "$root_build_dir/Root"
 | |
|   }
 | |
| }
 | 
