mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-08 10:00:15 +00:00
cmake: removed an add_definitions call.
This commit is contained in:
parent
25fdba39bb
commit
f1793af404
|
@ -442,7 +442,6 @@ macro(CheckX11)
|
||||||
list(APPEND EXTRA_LIBS ipc)
|
list(APPEND EXTRA_LIBS ipc)
|
||||||
endif()
|
endif()
|
||||||
if(NOT HAVE_SHMAT)
|
if(NOT HAVE_SHMAT)
|
||||||
add_definitions(-DNO_SHARED_MEMORY)
|
|
||||||
list(APPEND EXTRA_CFLAGS "-DNO_SHARED_MEMORY")
|
list(APPEND EXTRA_CFLAGS "-DNO_SHARED_MEMORY")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue