gnu: stepmania: Fix typo.

* gnu/packages/games.scm (stepmania)[arguments]: Check for the 'x86_64'
architecture.
This commit is contained in:
Efraim Flashner 2020-08-25 16:11:42 +03:00
parent eaaeb8f14c
commit 2612ec80d0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7942,7 +7942,7 @@ (define-public stepmania
;; SSE instructions are available on Intel systems only.
,@(if (any (cute string-prefix? <> (or (%current-target-system)
(%current-system)))
'("x64_64" "i686"))
'("x86_64" "i686"))
'()
'("-DWITH_SSE2=NO"))
;; Configuration cannot find GTK2 without the two following