Open williamtu opened 3 years ago
I checked clang
#if __has_declspec_attribute(dllexport)
#define DLLEXPORT __declspec(dllexport)
#else
# error "no dllexport"
#endif
So the clang
worked for you, right? Can you please say what version of gcc
do you have? I will update then the meson.build
file to require at least some newer version of gcc
(one that supports __declspec
).