From d80b8d098a82f7f153fbd8040064ba006ee5eef8 Mon Sep 17 00:00:00 2001 From: Justin <52604018+hiimjustin000@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:21:04 -0400 Subject: [PATCH] make the api actually work on android --- include/Keybinds.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Keybinds.hpp b/include/Keybinds.hpp index ee85c1e..b1ed5c2 100644 --- a/include/Keybinds.hpp +++ b/include/Keybinds.hpp @@ -16,7 +16,7 @@ #define CUSTOM_KEYBINDS_DLL __declspec(dllimport) #endif #else - #define CUSTOM_KEYBINDS_DLL + #define CUSTOM_KEYBINDS_DLL __attribute__((visibility("default"))) #endif struct BindSaveData;