mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	build-system: don't build googlemaps for downloader only builds
This is kind of a silly optimization, but might make a huge difference in build time on a Raspberry Pi. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									6e579f1c1b
								
							
						
					
					
						commit
						6a7152bb40
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -498,7 +498,7 @@ fi
 | 
			
		|||
 | 
			
		||||
cd "$SRC"
 | 
			
		||||
 | 
			
		||||
if [ "$QUICK" != "1" ] ; then
 | 
			
		||||
if [ "$QUICK" != "1" ] && [ "$BUILD_DESKTOP$BUILD_MOBILE" != "" ] ; then
 | 
			
		||||
	# build the googlemaps map plugin
 | 
			
		||||
 | 
			
		||||
	cd "$SRC"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue