Skip to content

Commit

Permalink
fix: don't support android for discord
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Oct 29, 2024
1 parent 45b2c91 commit f0b9ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace constants::discord {

//TODO(Totto): this isn't correct for all platforms and needs to be tested
#if defined(__ANDROID__)
constexpr const char* platform_dependent_launch_arguments = "";
#error "Not supported"
#elif defined(__CONSOLE__)
#error "Not supported"
#elif defined(FLATPAK_BUILD)
Expand Down

0 comments on commit f0b9ab3

Please sign in to comment.