mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 13:20:06 +00:00 
			
		
		
		
	Setup script cleanup for Linux
This commit is contained in:
		
							parent
							
								
									3de270c2a1
								
							
						
					
					
						commit
						6fca723404
					
				
					 10 changed files with 80 additions and 20 deletions
				
			
		
							
								
								
									
										4
									
								
								tools/setup-debug.sh
									
										
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										4
									
								
								tools/setup-debug.sh
									
										
									
									
									
										
										
										Normal file → Executable file
									
								
							|  | @ -1,7 +1,7 @@ | |||
| #!/bin/bash | ||||
| script_dir="$(dirname "$(readlink -f "$0")")" | ||||
| 
 | ||||
| export build_dir=${1:-${script_dir}/../build-debug} | ||||
| export build_dir="${1:-${script_dir}/../build-debug}" | ||||
| export build_type=Debug | ||||
| export conan_profile=${2:-scwx-linux_gcc-11} | ||||
| export generator=Ninja | ||||
|  | @ -9,4 +9,4 @@ export qt_base=/opt/Qt | |||
| export qt_arch=gcc_64 | ||||
| 
 | ||||
| # Perform common setup | ||||
| ./lib/setup-common.sh | ||||
| ${script_dir}/lib/setup-common.sh | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat