Merge pull request #458 from GrimKriegor/hotfix/crashcatcher-sdl-build-issue

[General] Temporarily disable the new OpenMW crash catcher
remotes/1728160796594174844/tmp_0.7.0-alpha
David Cernat 7 years ago committed by GitHub
commit 98ff44172a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -210,12 +210,6 @@ add_component_dir (fallback
fallback validate
)
if(NOT WIN32 AND NOT ANDROID)
add_component_dir (crashcatcher
crashcatcher
)
endif()
set (ESM_UI ${CMAKE_SOURCE_DIR}/files/ui/contentselector.ui
)

@ -4,7 +4,7 @@
#include <string>
#if (defined(__APPLE__) || (defined(__linux) && !defined(ANDROID)) || (defined(__unix) && !defined(ANDROID)) || defined(__posix))
#define USE_CRASH_CATCHER 1
#define USE_CRASH_CATCHER 0
#else
#define USE_CRASH_CATCHER 0
#endif

Loading…
Cancel
Save