mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 07:53:53 +00:00
Merge branch 'fix_6151' into 'master'
Disable special processing of Lua errors in debug builds. Fixes #6151. Closes #6151 See merge request OpenMW/openmw!1008
This commit is contained in:
commit
5357c67c3e
1 changed files with 3 additions and 0 deletions
3
extern/sol_config/sol/config.hpp
vendored
3
extern/sol_config/sol/config.hpp
vendored
|
@ -6,10 +6,13 @@
|
||||||
#define SOL_SAFE_FUNCTION_CALLS 1
|
#define SOL_SAFE_FUNCTION_CALLS 1
|
||||||
#define SOL_SAFE_FUNCTION 1
|
#define SOL_SAFE_FUNCTION 1
|
||||||
#define SOL_NO_NIL 0
|
#define SOL_NO_NIL 0
|
||||||
|
#define SOL_IN_DEBUG_DETECTED 0
|
||||||
|
|
||||||
#ifndef NO_LUAJIT
|
#ifndef NO_LUAJIT
|
||||||
#define SOL_LUAJIT 1
|
#define SOL_LUAJIT 1
|
||||||
#define SOL_EXCEPTIONS_SAFE_PROPAGATION 0
|
#define SOL_EXCEPTIONS_SAFE_PROPAGATION 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <limits> // missing in sol/sol.hpp
|
||||||
|
|
||||||
#endif // SOL_SINGLE_CONFIG_HPP
|
#endif // SOL_SINGLE_CONFIG_HPP
|
||||||
|
|
Loading…
Reference in a new issue