mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	remove ARCH=x86-64 from release-static
This commit is contained in:
		
							parent
							
								
									8eab181fe1
								
							
						
					
					
						commit
						fbd0b19fc8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -104,7 +104,7 @@ release-all:
 | 
			
		|||
 | 
			
		||||
release-static:
 | 
			
		||||
	mkdir -p $(builddir)/release
 | 
			
		||||
	cd $(builddir)/release && cmake -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release $(topdir) && $(MAKE)
 | 
			
		||||
	cd $(builddir)/release && cmake -D STATIC=ON -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release $(topdir) && $(MAKE)
 | 
			
		||||
 | 
			
		||||
coverage:
 | 
			
		||||
	mkdir -p $(builddir)/debug
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue