fix: wownero and monero wallets in the same process
ci: cache ~/.ccache directory
This commit is contained in:
@@ -19,7 +19,7 @@ extern "C"
|
||||
#ifdef __MINGW32__
|
||||
#define ADDAPI __declspec(dllexport)
|
||||
#else
|
||||
#define ADDAPI
|
||||
#define ADDAPI __attribute__((__visibility__("default")))
|
||||
#endif
|
||||
|
||||
// namespace Monero {
|
||||
|
||||
Reference in New Issue
Block a user