mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 07:58:40 -05:00
cmake: Fix bochs disasm on Windows
This commit is contained in:
parent
4785802b9e
commit
b670f434b2
2
Externals/Bochs_disasm/CMakeLists.txt
vendored
2
Externals/Bochs_disasm/CMakeLists.txt
vendored
|
|
@ -4,7 +4,7 @@ set(SRCS dis_decode.cc
|
|||
syntax.cc)
|
||||
|
||||
if(WIN32)
|
||||
set(SRCS ${SRCS} stdafx.cpp)
|
||||
set(SRCS ${SRCS} stdafx.cc)
|
||||
endif(WIN32)
|
||||
|
||||
add_library(bdisasm STATIC ${SRCS})
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user