mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 16:33:40 +08:00 
			
		
		
		
	Debug prebuild dir
This commit is contained in:
		@@ -50,6 +50,7 @@ elif [ ${TARGETARCH} == '386' ]; then
 | 
			
		||||
    ./compile.sh linux32
 | 
			
		||||
else
 | 
			
		||||
    echo "Can not compile java classes under arm/v6 currently. So we copy from prebuild directory."
 | 
			
		||||
    ls /prebuild
 | 
			
		||||
    cp -r /prebuild/linux32 /jcef/out
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user