mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
cmake: Fix bochs disasm on Windows
This commit is contained in:
+1
-1
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user