mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	iOS: fix typo in build script
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									028299193a
								
							
						
					
					
						commit
						b9e57dbeab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -347,7 +347,7 @@ popd | |||
| # now combine the libraries into fat libraries | ||||
| rm -rf install-root | ||||
| cp -a install-root-x86_64 install-root | ||||
| if [ "$TARGET" = "iphoneos"] ; then | ||||
| if [ "$TARGET" = "iphoneos" ] ; then | ||||
| 	pushd install-root/lib | ||||
| 	for LIB in $(find . -type f -name \*.a); do | ||||
| 		lipo ../../install-root-armv7/lib/$LIB ../../install-root-arm64/lib/$LIB ../../install-root-x86_64/lib/$LIB -create -output $LIB | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue