mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
Fix single build for i386-based drivers (nw)
This commit is contained in:
parent
9fad357fe7
commit
3b4315a4b5
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ if (CPUS["I86"]~=null) then
|
|||
}
|
||||
end
|
||||
|
||||
if (CPUS["SH2"]~=null or CPUS["MIPS"]~=null or CPUS["POWERPC"]~=null or CPUS["RSP"]~=null or CPUS["ARM7"]~=null or CPUS["ADSP21062"]~=null or CPUS["MB86235"]~=null or CPUS["I86"]~=null or _OPTIONS["with-tools"]) then
|
||||
if (CPUS["I86"]~=null or CPUS["I386"]~=null or _OPTIONS["with-tools"]) then
|
||||
table.insert(disasm_files , MAME_DIR .. "src/devices/cpu/i386/i386dasm.cpp")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue