From 03d9159fac9aa1afadf4f310520eab3a4c1a241c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Tue, 23 Aug 2022 17:20:22 +0300 Subject: [PATCH] Fix multiple definitions --- corec/corec/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/corec/corec/CMakeLists.txt b/corec/corec/CMakeLists.txt index fc8b908..af40f72 100644 --- a/corec/corec/CMakeLists.txt +++ b/corec/corec/CMakeLists.txt @@ -52,7 +52,6 @@ if(WIN32) else() list(APPEND COREC_SOURCES helpers/date/date_libc.c - helpers/file/file_libc.c helpers/file/file_bctbx.c multithread/multithread_pthread.c ) -- 2.37.2