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:
Soren Jorvang 2010-12-05 16:03:48 +00:00
parent f169def36f
commit 0ecf88c300

View File

@ -1,4 +1,4 @@
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
if(UNIX)
add_definitions(-DLUA_USE_LINUX)
endif()