Skip to content
Snippets Groups Projects
Commit 427e1616 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Maybe.

parent cc1e6e6c
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,11 @@ if (USE_SENTRY) ...@@ -40,7 +40,11 @@ if (USE_SENTRY)
ll::zlib-ng ll::zlib-ng
) )
endif () endif ()
target_include_directories( al::sentry SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}/include/sentry) if (LINUX)
target_include_directories( al::sentry SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}/include)
else ()
target_include_directories( al::sentry SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}/include/sentry)
endif()
if(SENTRY_DSN STREQUAL "") if(SENTRY_DSN STREQUAL "")
message(FATAL_ERROR "You must set a DSN url with -DSENTRY_DSN= to enable sentry") message(FATAL_ERROR "You must set a DSN url with -DSENTRY_DSN= to enable sentry")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment