We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63eb99b commit 1c81fdeCopy full SHA for 1c81fde
cmake/ext/mbstring/CMakeLists.txt
@@ -109,8 +109,7 @@ set(LIBMBFL_NAMESPACE php_mbstring_libmbfl)
109
add_subdirectory(libmbfl EXCLUDE_FROM_ALL)
110
target_link_libraries(php_mbstring PRIVATE ${LIBMBFL_NAMESPACE})
111
112
-file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/libmbfl/config.h [[
113
-
+file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/libmbfl/config.h "\n" [[
114
#ifdef _WIN32
115
# define HAVE_STRICMP 1
116
# include <config.w32.h>
0 commit comments