Skip to content

Commit 1c81fde

Browse files
committed
Make newline explicit
1 parent 63eb99b commit 1c81fde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/ext/mbstring/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ set(LIBMBFL_NAMESPACE php_mbstring_libmbfl)
109109
add_subdirectory(libmbfl EXCLUDE_FROM_ALL)
110110
target_link_libraries(php_mbstring PRIVATE ${LIBMBFL_NAMESPACE})
111111

112-
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/libmbfl/config.h [[
113-
112+
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/libmbfl/config.h "\n" [[
114113
#ifdef _WIN32
115114
# define HAVE_STRICMP 1
116115
# include <config.w32.h>

0 commit comments

Comments
 (0)