export symbol lasso_log (#33784)

The symbol lasso_log has to be exported, otherwise Solaris run-time linker
fails due to an unresolved symbol dependency.
This commit is contained in:
Benjamin Dauvergne 2019-07-02 11:57:08 +02:00
parent 7c075657a4
commit 5853fbc150
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
#include "errors.h"
#ifndef lasso_log
void lasso_log(GLogLevelFlags level, const char *filename, int line,
const char *function, const char *format, ...);
LASSO_EXPORT void lasso_log(GLogLevelFlags level, const char *filename,
int line, const char *function, const char *format, ...);
#endif
int lasso_log_error_code(GLogLevelFlags level, int error, ...);