add missing on flag

This commit is contained in:
Robert de Rooy
2022-03-20 10:46:06 +01:00
parent d00b8fedce
commit 38cc36b8e2

View File

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