Skip to content

Commit

Permalink
windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 authored and remicollet committed Dec 3, 2024
1 parent 2cc7269 commit 64c5784
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ ARG_ENABLE('md4c', 'Enable the md4c extension', 'no');

if (PHP_MD4C != 'no') {
EXTENSION('md4c', 'php_md4c.c');
ADD_SOURCES(configure_module_dirname + "/libmd4c/src", "\
entity.c \
md4c.c \
md4c-html.c",
"md4c"
);
CHECK_HEADER_ADD_INCLUDE("md4c-html.h", "CFLAGS_MD4C", "libmd4c/src/");
}

0 comments on commit 64c5784

Please sign in to comment.