]> granicus.if.org Git - postgis/commitdiff
logic to copy dlls of address standardizer after extension install so addresss standa...
authorRegina Obe <lr@pcorp.us>
Sat, 22 Aug 2015 19:41:34 +0000 (19:41 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 22 Aug 2015 19:41:34 +0000 (19:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13973 b70326c6-7e19-0410-871a-916f4a2858ee

ci/winnie/regress_postgis.sh

index e28243b40bc7e99e16956cfdf88359b3ab957e0e..db7f91f7149187be7b98e8e258bc225ad1e05e47 100644 (file)
@@ -150,6 +150,7 @@ if [ "$MAKE_EXTENSION" == "1" ]; then
  cp raster/rt_pg/rtpostgis-*.dll ${PGPATHEDB}/lib
  cp -r extensions/*/sql/* ${PGPATHEDB}/share/extension
  cp -r extensions/*/*.control ${PGPATHEDB}/share/extension
+ cp -r extensions/*/*.dll ${PGPATHEDB}/lib
  
  make check RUNTESTFLAGS=--extension
  cd extensions/address_standardizer