BugSplat is not available for OSX or Linux right now.
parent
a45d3e8bee
commit
fcd54589ca
|
|
@ -17,7 +17,9 @@ if (BUGSPLAT_DB)
|
|||
elseif (DARWIN)
|
||||
find_library(BUGSPLAT_LIBRARIES BugsplatMac
|
||||
PATHS "${ARCH_PREBUILT_DIRS_RELEASE}")
|
||||
message(FATAL_ERROR "Bugsplat for OSX not fully implemented, please adapt llappdelegate-objc.mm to honor options of sending user name and settings.xml.")
|
||||
else (WINDOWS)
|
||||
message(FATAL_ERROR "Bugsplat for Linux not implemented.")
|
||||
|
||||
endif (WINDOWS)
|
||||
set(BUGSPLAT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/bugsplat)
|
||||
|
|
|
|||
Loading…
Reference in New Issue