clean up arch handling
This commit is contained in:
@@ -53,9 +53,13 @@ Collection of ROMs for use with 86Box.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch i386 x86_64
|
%ifarch i386 x86_64
|
||||||
%cmake -DRELEASE=on #-DNEW_DYNAREC=on
|
%cmake -DRELEASE=on
|
||||||
%else
|
%else
|
||||||
%cmake -DRELEASE=on -DDYNAREC=off -DNEW_DYNAREC=on
|
%ifarch arm aarch64
|
||||||
|
%cmake -DRELEASE=on -DDYNAREC=off -DNEW_DYNAREC=on
|
||||||
|
%else
|
||||||
|
%cmake -DRELEASE -DDYNAREC=off
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user