mirror of
				https://github.com/Zelda64Recomp/Zelda64Recomp.git
				synced 2025-10-30 08:03:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: '2.9.3'
 | 
						|
prefix: '/opt/local'
 | 
						|
variants:
 | 
						|
  select:
 | 
						|
    - aqua
 | 
						|
    - metal
 | 
						|
  deselect: x11
 | 
						|
ports:
 | 
						|
  - name: clang-18
 | 
						|
  - name: llvm-18
 | 
						|
  - name: libsdl2
 | 
						|
    select: universal
 | 
						|
  - name: freetype
 | 
						|
    select: universal
 |