Skip to content

Commit 7370bb0

Browse files
committed
fix: don't support android for discord
1 parent cb1e320 commit 7370bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discord/core.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace constants::discord {
2323

2424
//TODO(Totto): this isn't correct for all platforms and needs to be tested
2525
#if defined(__ANDROID__)
26-
constexpr const char* platform_dependent_launch_arguments = "";
26+
#error "Not supported"
2727
#elif defined(__CONSOLE__)
2828
#error "Not supported"
2929
#elif defined(FLATPAK_BUILD)

0 commit comments

Comments
 (0)