Skip to content

Commit 0aa9375

Browse files
authored
Merge pull request #24 from TBK/patch-1
Fix 'PHP_EXTNAME_SHARED' is undefined
2 parents 9b7f70d + a4c5eee commit 0aa9375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.w32

Lines changed: 1 addition & 1 deletion
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)