gnu: bsnes: Don't build native binaries.
* gnu/packages/emulators.scm (bsnes)[arguments]: Add configure-flag to not build native binaries. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									df3a60d16f
								
							
						
					
					
						commit
						5fe9481d2b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -1998,6 +1998,8 @@ from various forks of Gens, and improved platform portability.")
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:make-flags (list "-C" "bsnes"
 | 
					     `(#:make-flags (list "-C" "bsnes"
 | 
				
			||||||
 | 
					                          ;; Remove march=native
 | 
				
			||||||
 | 
					                          "local=false"
 | 
				
			||||||
                          (string-append "prefix=" (assoc-ref %outputs "out")))
 | 
					                          (string-append "prefix=" (assoc-ref %outputs "out")))
 | 
				
			||||||
       #:tests? #f                      ; No tests.
 | 
					       #:tests? #f                      ; No tests.
 | 
				
			||||||
       #:phases (modify-phases %standard-phases
 | 
					       #:phases (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue