mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-03 17:56:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh -ex
 | 
						|
 | 
						|
if [[ "${MACOS_AMD64}" ]]; then
 | 
						|
    ./CI/macos/before_install.amd64.sh
 | 
						|
else
 | 
						|
    ./CI/macos/before_install.arm64.sh
 | 
						|
fi
 |