fix undefined sclose() in util.c
This commit is contained in:
parent
e5351b607b
commit
5a5903a58f
@ -40,6 +40,7 @@ print <<HEADER
|
||||
/* !checksrc! disable COPYRIGHT all */
|
||||
|
||||
#define MEMDEBUG_NODEFINES
|
||||
#define HEADER_CURL_MEMORY_H
|
||||
#include "first.h"
|
||||
HEADER
|
||||
;
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
curl_transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
|
||||
include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
|
||||
|
||||
set_source_files_properties("../../lib/memdebug.c" "../../lib/curl_multibyte.c" PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON)
|
||||
set_source_files_properties("../../lib/memdebug.c" "getpart.c" "../../lib/curl_multibyte.c" PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON)
|
||||
|
||||
if(CURL_TEST_BUNDLES)
|
||||
add_custom_command(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user