mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
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
2
Externals/Lua/CMakeLists.txt
vendored
2
Externals/Lua/CMakeLists.txt
vendored
@ -1,4 +1,4 @@
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
if(UNIX)
|
||||
add_definitions(-DLUA_USE_LINUX)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user