mirror of https://github.com/svaarala/duktape.git
Browse Source
When using separate sources MinGW would use GCC symbol visibility attributes which cause: "warning: visibility attribute not supported in this configuration; ignored". Avoid using GCC symbol visibility attributes with MinGW. Instead, use either no visibility attributes or Windows specific __declspec(dllexport) and __declspec(dllimport).pull/113/head
Sami Vaarala
10 years ago
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue