Skip to content

Commit 5fc7481

Browse files
committed
ext/gd: Install only php_gd.h and libgd headers on Windows
1 parent 5c97a9a commit 5fc7481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if (PHP_GD != "no") {
7575
ADD_FLAG("LDFLAGS_GD", "/nodefaultlib:libcmt");
7676
}
7777

78-
PHP_INSTALL_HEADERS("", "ext/gd ext/gd/libgd" );
78+
PHP_INSTALL_HEADERS("ext/gd", "php_gd.h libgd/");
7979
} else {
8080
WARNING("gd not enabled; libraries and headers not found");
8181
}

0 commit comments

Comments
 (0)