Fix wine tools build
This commit is contained in:
		
				
					committed by
					
						 CodingWorkshop Signing Team
						CodingWorkshop Signing Team
					
				
			
			
				
	
				
						parent
						
							8c31eb6767
						
					
				
				
					commit
					73933eb246
				
			
							
								
								
									
										6
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								build.sh
									
									
									
									
									
								
							| @@ -308,14 +308,16 @@ wine_build() | ||||
|     mkdir -p ${WINEDIR}/{build-${GENERIC},build-tools} | ||||
|     cd ${WINEDIR}/build-tools | ||||
|     ../configure \ | ||||
|         --enable-win64 \ | ||||
|         --without-freetype \ | ||||
|         --without-x | ||||
|     cd ${WINEDIR}/build-${GENERIC} | ||||
|     ../configure \ | ||||
|         --enable-tools \ | ||||
|         --enable-win64 \ | ||||
|         --with-wine-tools=${WINEDIR}/build-tools \ | ||||
|         --without-freetype \ | ||||
|         --without-x \ | ||||
|         --with-wine-tools=${WINEDIR}/build-tools \ | ||||
|         --enable-tools \ | ||||
|         ${CONFIGURE_PARAMETERS} | ||||
|     for TOOL in widl wmc wrc; do | ||||
|         make -j20 tools/${TOOL}/all | ||||
|   | ||||
		Reference in New Issue
	
	Block a user