Compare commits
	
		
			1 Commits
		
	
	
		
			0fceaf7728
			...
			master
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						2234fd008d
	
				 | 
					
					
						
@@ -130,6 +130,8 @@ setup() {
 | 
				
			|||||||
		--bindir . --libdir . --cross-file="$toolchain" "$builddir" "$sourcedir"
 | 
							--bindir . --libdir . --cross-file="$toolchain" "$builddir" "$sourcedir"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Note: you may need GNU coreutils realpath for non-existent build directories
 | 
				
			||||||
 | 
					# (macOS and busybox will probably not work).
 | 
				
			||||||
sourcedir=$(realpath "${2:-$(dirname "$0")}")
 | 
					sourcedir=$(realpath "${2:-$(dirname "$0")}")
 | 
				
			||||||
builddir=$(realpath "${1:-builddir}")
 | 
					builddir=$(realpath "${1:-builddir}")
 | 
				
			||||||
toolchain=$builddir/msys2-cross-toolchain.meson
 | 
					toolchain=$builddir/msys2-cross-toolchain.meson
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user