fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#if defined __GNUC__
|
||||
#define EXPORT_PUBLIC __attribute__ ((visibility("default")))
|
||||
#else
|
||||
#pragma message ("Compiler does not support symbol visibility.")
|
||||
#define EXPORT_PUBLIC
|
||||
#endif
|
||||
Reference in New Issue
Block a user