LUA_USE_LINUX is suitable for everything but Win32 really.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6529 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f169def36f
commit
0ecf88c300
|
@ -1,4 +1,4 @@
|
|||
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
if(UNIX)
|
||||
add_definitions(-DLUA_USE_LINUX)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue