Use EXTENSION_PATH to specify subdirectory in add_extension_from_source

This commit is contained in:
Shivam Mathur
2021-04-20 17:20:36 +05:30
parent 909090903e
commit fe944a16b5
10 changed files with 25 additions and 28 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
add_geos_helper() {
export GEOS_LINUX_LIBS='libgeos-dev'
export GEOS_DARWIN_LIBS='geos'
add_extension_from_source geos https://github.com libgeos php-geos . 1.0.0 extension get
add_extension_from_source geos https://github.com libgeos php-geos 1.0.0 extension get
}
# Function to add geos