mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
Disable linux files as they are missing
This commit is contained in:
parent
f1891c7750
commit
c3d48c9a82
1 changed files with 3 additions and 3 deletions
|
@ -490,9 +490,9 @@ set( PLAT_SDL_SOURCES
|
||||||
)
|
)
|
||||||
|
|
||||||
set( PLAT_UNIX_SOURCES
|
set( PLAT_UNIX_SOURCES
|
||||||
platform/gtk/dynamicgtk.cpp
|
# platform/gtk/dynamicgtk.cpp
|
||||||
platform/gtk/gtkbits.cpp
|
# platform/gtk/gtkbits.cpp
|
||||||
platform/unix/i_specialpaths.cpp
|
# platform/unix/i_specialpaths.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set( PLAT_OSX_SOURCES
|
set( PLAT_OSX_SOURCES
|
||||||
|
|
Loading…
Reference in a new issue