mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-12 18:39:18 +00:00
FEXLoader: Don't build with mingw
FEXLoader won't ever work in this configuration. This was a mistake to enable.
This commit is contained in:
parent
27c03f98d8
commit
401d89ee40
@ -19,10 +19,9 @@ if (NOT MINGW_BUILD)
|
||||
add_subdirectory(FEXGetConfig/)
|
||||
add_subdirectory(FEXServer/)
|
||||
add_subdirectory(FEXBash/)
|
||||
add_subdirectory(FEXLoader/)
|
||||
endif()
|
||||
|
||||
add_subdirectory(FEXLoader/)
|
||||
|
||||
set(NAME Opt)
|
||||
set(SRCS Opt.cpp)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user