Skip to content

Commit ad94eaa

Browse files
committed
don't apply patch when configure
1 parent fca5ff9 commit ad94eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sundown/html/html_smartypants.c
2121
sundown/html/houdini_href_e.c
2222
sundown/html/houdini_html_e.c
2323
"
24-
patch -p1 -N -b < buffer_win32_compat.patch
24+
# patch -p1 -N -b < buffer_win32_compat.patch
2525

2626
PHP_NEW_EXTENSION(sundown,$SUNDOWN_SOURCES, $ext_shared)
2727
CFLAGS="-Wunused-variable -Wpointer-sign -Wimplicit-function-declaration -Winline -Wunused-macros -Wredundant-decls -Wstrict-aliasing=2 -Wswitch-enum -Wdeclaration-after-statement"

0 commit comments

Comments
 (0)