mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00: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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue