3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

wasm build issue

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-19 20:45:36 +01:00
parent 741c5f43f4
commit a7d24788c3

View file

@ -158,10 +158,10 @@ extern "C" {
init_solver_core(c, s);
}
static std::thread::id g_thread_id = std::this_thread::get_id();
static bool g_is_threaded = false;
static void init_solver_log(Z3_context c, Z3_solver s) {
static std::thread::id g_thread_id = std::this_thread::get_id();
static bool g_is_threaded = false;
solver_params sp(to_solver(s)->m_params);
symbol smt2log = sp.smtlib2_log();
if (smt2log.is_non_empty_string() && !to_solver(s)->m_pp) {