Don't build dfusion on linux, gcc can't do explicit __thiscall

develop
Petr Mrázek 2011-07-25 11:09:29 +02:00
parent 761d0de74a
commit e92bacbcc9
1 changed files with 5 additions and 1 deletions

@ -96,7 +96,11 @@ ENDMACRO(DFHACK_PLUGIN)
#endmacro()
#RECURSE_DIRS()
add_subdirectory (dfusion)
# Dfusion plugin (Windows only right now)
IF(NOT UNIX)
add_subdirectory (Dfusion)
ENDIF()
OPTION(BUILD_QTPLUG "Build the experimental Qt plugin." OFF)
if(BUILD_QTPLUG)