From 0a99e7a5c1b1ec576a516485bbd96b0a116c6825 Mon Sep 17 00:00:00 2001 From: topilski Date: Sun, 30 Jul 2017 07:37:17 +0300 Subject: [PATCH] Fix Mingw build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24ddac5a..bf6929f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,7 @@ set(JSON_C_SOURCES ./linkhash.c ./printbuf.c ./random_seed.c + ./strerror_override.c ) add_library(json-c -- 2.39.5