mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 10:36:42 +00:00
Merge pull request #458 from GrimKriegor/hotfix/crashcatcher-sdl-build-issue
[General] Temporarily disable the new OpenMW crash catcher
This commit is contained in:
commit
98ff44172a
2 changed files with 1 additions and 7 deletions
|
@ -210,12 +210,6 @@ add_component_dir (fallback
|
||||||
fallback validate
|
fallback validate
|
||||||
)
|
)
|
||||||
|
|
||||||
if(NOT WIN32 AND NOT ANDROID)
|
|
||||||
add_component_dir (crashcatcher
|
|
||||||
crashcatcher
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set (ESM_UI ${CMAKE_SOURCE_DIR}/files/ui/contentselector.ui
|
set (ESM_UI ${CMAKE_SOURCE_DIR}/files/ui/contentselector.ui
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#if (defined(__APPLE__) || (defined(__linux) && !defined(ANDROID)) || (defined(__unix) && !defined(ANDROID)) || defined(__posix))
|
#if (defined(__APPLE__) || (defined(__linux) && !defined(ANDROID)) || (defined(__unix) && !defined(ANDROID)) || defined(__posix))
|
||||||
#define USE_CRASH_CATCHER 1
|
#define USE_CRASH_CATCHER 0
|
||||||
#else
|
#else
|
||||||
#define USE_CRASH_CATCHER 0
|
#define USE_CRASH_CATCHER 0
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue