mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Fixes break in mingw build
Postbuild step failed when building with mingw
This commit is contained in:
		
							parent
							
								
									eebf1b9380
								
							
						
					
					
						commit
						cff625f841
					
				
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@ -62,10 +62,11 @@ NULL_ENTROPY_WARNING=\n$(WARNING_BORDER)$(NULL_ENTROPY_WARN_L1)$(NULL_ENTROPY_WA
 | 
			
		||||
 | 
			
		||||
# Post build steps
 | 
			
		||||
post_build:
 | 
			
		||||
ifndef WINDOWS
 | 
			
		||||
	# If NULL Entropy is configured, display an appropriate warning
 | 
			
		||||
	-scripts/config.pl get MBEDTLS_TEST_NULL_ENTROPY && ([ $$? -eq 0 ]) && \
 | 
			
		||||
	    echo '$(NULL_ENTROPY_WARNING)'
 | 
			
		||||
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	$(MAKE) -C library clean
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user