Link pthread statically.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-20 12:54:37 +02:00
parent a91a57aa0a
commit 8dac6c632b
3 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
#include <exception>
#include <string>
#include "../src/Exception.hpp"
#define export extern "C"
#define export extern "C" [[maybe_unused]]
#define ArbutilsException 3;