aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalum Robinson <calum.robinson@sias.com>2018-01-19 15:33:18 +0000
committerCalum Robinson <calum.robinson@sias.com>2018-01-19 16:04:09 +0000
commitb17566a694a0b49a2abce58dc90b32e791081f85 (patch)
tree0183c8d4b46c5bb839acafc1927d1884d787fa94
parente44c1b292d194c1949445ac5bc96e1d81f11f4bf (diff)
downloadvcpkg-b17566a694a0b49a2abce58dc90b32e791081f85.tar.gz
vcpkg-b17566a694a0b49a2abce58dc90b32e791081f85.zip
[osg] Keep debug plugins separate
-rw-r--r--ports/osg/CONTROL2
-rw-r--r--ports/osg/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/osg/CONTROL b/ports/osg/CONTROL
index df2af4bc1..4e3a308a4 100644
--- a/ports/osg/CONTROL
+++ b/ports/osg/CONTROL
@@ -1,4 +1,4 @@
Source: osg
-Version: 3.5.6-1
+Version: 3.5.6-2
Description: The OpenSceneGraph is an open source high performance 3D graphics toolkit.
Build-Depends: freetype, jasper, openexr, zlib, gdal, giflib, libjpeg-turbo, libpng, tiff
diff --git a/ports/osg/portfile.cmake b/ports/osg/portfile.cmake
index 5d68a57be..ac6f8e2ee 100644
--- a/ports/osg/portfile.cmake
+++ b/ports/osg/portfile.cmake
@@ -47,7 +47,7 @@ file(GLOB OSG_TOOLS_DBG ${CURRENT_PACKAGES_DIR}/debug/bin/*.exe)
file(REMOVE_RECURSE ${OSG_TOOLS_DBG})
file(GLOB OSG_PLUGINS_DBG ${CURRENT_PACKAGES_DIR}/debug/bin/osgPlugins-3.5.6/*.dll)
-file(COPY ${OSG_PLUGINS_DBG} DESTINATION ${OSG_TOOL_PATH}/osgPlugins-3.5.6)
+file(COPY ${OSG_PLUGINS_DBG} DESTINATION ${CURRENT_PACKAGES_DIR}/debug/tools/osg/osgPlugins-3.5.6)
file(GLOB OSG_PLUGINS_REL ${CURRENT_PACKAGES_DIR}/bin/osgPlugins-3.5.6/*.dll)
file(COPY ${OSG_PLUGINS_REL} DESTINATION ${OSG_TOOL_PATH}/osgPlugins-3.5.6)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin/osgPlugins-3.5.6/)