mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 02:31:03 +00:00
Fix for msvc compile, lua_bit.cpp wont try to compile if lua isn't set to build
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
** [ MIT license: http://www.opensource.org/licenses/mit-license.php ]
|
||||
*/
|
||||
|
||||
#ifdef LUA_EQEMU
|
||||
#define LUA_BITOP_VERSION "1.0.2"
|
||||
|
||||
#include "lua.hpp"
|
||||
@@ -177,3 +178,4 @@ LUALIB_API int luaopen_bit(lua_State *L)
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user