mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 22:23:54 +01:00 
			
		
		
		
	Fix the build on Mac where python2 is not available.
This commit is contained in:
		| @@ -5,7 +5,7 @@ function waf | ||||
|    pkg=$1 | ||||
|    pushd >/dev/null ${pkg} | ||||
|    shift | ||||
|    python waf --prefix="." --include="." $@ build || exit 1 | ||||
|    $(which python python2 | tail -1) waf --prefix="." --include="." $@ build || exit 1 | ||||
|    popd >/dev/null  | ||||
|  | ||||
|    export PKG_CONFIG_PATH="$(pwd)/${pkg}/build:${PKG_CONFIG_PATH}" | ||||
|   | ||||
							
								
								
									
										2
									
								
								lib-src/lv2/configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								lib-src/lv2/configure
									
									
									
									
										vendored
									
									
								
							| @@ -5,7 +5,7 @@ function waf | ||||
|    pkg="$1" | ||||
|    shift | ||||
|    pushd >/dev/null ${pkg} | ||||
|    python2 waf --prefix="." --include="." $@ configure || exit 1 | ||||
|    $(which python python2 | tail -1) waf --prefix="." --include="." $@ configure || exit 1 | ||||
|    popd >/dev/null | ||||
|  | ||||
|    if [ "${pkg}" == "lv2" ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user