Skip to content

Commit ef5c8b4

Browse files
macintoshplusderickr
authored andcommitted
Add rdp.c in config.w32
1 parent 6cd0365 commit ef5c8b4

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_ENABLE("geospatial", "enable geospatial support", "no");
55

66
if (PHP_GEOSPATIAL != "no") {
7-
EXTENSION("geospatial", "geospatial.c geo_array.c geohash.c");
7+
EXTENSION("geospatial", "geospatial.c geo_array.c geohash.c rdp.c");
88
}
99

0 commit comments

Comments
 (0)