mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 22:56:44 +00:00 
			
		
		
		
	correct filename of lz4 archive; fix indentation
This commit is contained in:
		
							parent
							
								
									7954dccb44
								
							
						
					
					
						commit
						e280a36701
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -24,7 +24,7 @@ addons: | |||
|       libavcodec-dev, libavformat-dev, libavutil-dev, libswresample-dev, libswscale-dev, | ||||
|       # Audio, Video and Misc. deps | ||||
|       libsdl2-dev, libqt5opengl5-dev, libopenal-dev, libunshield-dev, libtinyxml-dev, liblz4-dev | ||||
|         # The other ones from OpenMW ppa | ||||
|       # The other ones from OpenMW ppa | ||||
|       libbullet-dev, libopenscenegraph-dev, libmygui-dev | ||||
|     ] | ||||
|   coverity_scan:  # TODO: currently takes too long, disabled openmw/openmw-cs for now. | ||||
|  |  | |||
|  | @ -913,7 +913,7 @@ printf "LZ4 1.9.2... " | |||
| 		printf "Exists. " | ||||
| 	elif [ -z $SKIP_EXTRACT ]; then | ||||
| 		rm -rf LZ4-1.9.2 | ||||
| 		eval 7z x -y lz4_win${BITS}_v1.9.2.zip $STRIP | ||||
| 		eval 7z x -y lz4_win${BITS}_v1_9_2.zip $STRIP | ||||
| 	fi | ||||
| 	export LZ4DIR="$(real_pwd)/LZ4-1.9.2" | ||||
| 	add_cmake_opts -DLZ4_INCLUDE_DIR="${LZ4DIR}/include" \ | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue