mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Need musl-gcc for static also.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/travis/before-install.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/travis/before-install.sh
									
									
									
									
										vendored
									
									
								
							@@ -10,7 +10,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
 | 
				
			|||||||
				libutempter-dev \
 | 
									libutempter-dev \
 | 
				
			||||||
				build-essential
 | 
									build-essential
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if [ "$BUILD" = "musl" ]; then
 | 
						if [ "$BUILD" = "musl" -o "$BUILD" = "musl-static" ]; then
 | 
				
			||||||
		sudo apt-get -y install musl-dev \
 | 
							sudo apt-get -y install musl-dev \
 | 
				
			||||||
					musl-tools
 | 
										musl-tools
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user