Skip to content

Commit a4c5eee

Browse files
authored
Fix 'PHP_EXTNAME_SHARED' is undefined
1 parent 9b7f70d commit a4c5eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.w32

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
ARG_WITH("vips", "for vips support", "no");
55

66
if (PHP_VIPS != "no") {
7-
EXTENSION("vips", "vips.c", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
7+
EXTENSION("vips", "vips.c", PHP_VIPS_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
88
}
99

0 commit comments

Comments
 (0)