fix: wownero and monero wallets in the same process

ci: cache ~/.ccache directory
This commit is contained in:
Czarek Nakamoto
2024-04-01 06:54:50 +02:00
parent b72d2dff62
commit f2057a2363
4 changed files with 28 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ extern "C"
#ifdef __MINGW32__
#define ADDAPI __declspec(dllexport)
#else
#define ADDAPI
#define ADDAPI __attribute__((__visibility__("default")))
#endif
// namespace Monero {