Add rdp.c in config.w32

This commit is contained in:
Jean-Baptiste Nahan
2025-07-01 12:10:44 +02:00
committed by GitHub
parent 6cd0365f9f
commit 92b7a42552

View File

@@ -4,6 +4,6 @@
ARG_ENABLE("geospatial", "enable geospatial support", "no");
if (PHP_GEOSPATIAL != "no") {
EXTENSION("geospatial", "geospatial.c geo_array.c geohash.c");
EXTENSION("geospatial", "geospatial.c geo_array.c geohash.c rdp.c");
}