Update src/unix/assets/86Box.spec

Co-authored-by: David Hrdlička <dhrdlicka@users.noreply.github.com>
This commit is contained in:
Robert
2022-03-21 09:22:20 +01:00
committed by GitHub
parent e71bbfa3b6
commit 8e9b0c644b

View File

@@ -70,7 +70,7 @@ Collection of ROMs for use with 86Box.
%cmake -DRELEASE=on
%else
%ifarch arm aarch64
%cmake -DRELEASE=on -DDYNAREC=off -DNEW_DYNAREC=on
%cmake -DRELEASE=on -DNEW_DYNAREC=on
%else
%cmake -DRELEASE=on -DDYNAREC=off
%endif