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:
Ryan Houdek 2023-04-12 11:09:50 -07:00
parent 27c03f98d8
commit 401d89ee40

View File

@ -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)