mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	android-build: Load variables file relative source dir
Not everybody have their build dir in the same place, but we can always find the files relative each other. Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
		
							parent
							
								
									85c31f0303
								
							
						
					
					
						commit
						dbdfb9b517
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -39,7 +39,7 @@ SUBSURFACE_DESKTOP=OFF
 | 
				
			||||||
# Which arch should we build for?
 | 
					# Which arch should we build for?
 | 
				
			||||||
ARCH=arm
 | 
					ARCH=arm
 | 
				
			||||||
# Read build variables
 | 
					# Read build variables
 | 
				
			||||||
source subsurface/packaging/android/variables.sh 
 | 
					source $SUBSURFACE_SOURCE/packaging/android/variables.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
QUICK=""
 | 
					QUICK=""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue