aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2018-12-06 14:13:02 -0800
committerPhil Christensen <philc@microsoft.com>2018-12-06 14:13:02 -0800
commit457ca501f56b68cdc93273c76d0e8fe6b9805ff1 (patch)
treedfe33f578c9a2128425acbbcf97cafcb65ed6ec7
parentad29f3823f31464aa3cac70c2d853f6d82ad1bec (diff)
downloadvcpkg-457ca501f56b68cdc93273c76d0e8fe6b9805ff1.tar.gz
vcpkg-457ca501f56b68cdc93273c76d0e8fe6b9805ff1.zip
[ogre] add missing 'debug' to rename path
-rw-r--r--ports/ogre/CONTROL2
-rw-r--r--ports/ogre/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ogre/CONTROL b/ports/ogre/CONTROL
index 4ce413bfb..288e558e9 100644
--- a/ports/ogre/CONTROL
+++ b/ports/ogre/CONTROL
@@ -1,5 +1,5 @@
Source: ogre
-Version: 1.11.3-2
+Version: 1.11.3-3
Build-Depends: freeimage, freetype, zlib, zziplib
Description: 3D Object-Oriented Graphics Rendering Engine
diff --git a/ports/ogre/portfile.cmake b/ports/ogre/portfile.cmake
index 8d4e0b490..74cb8a1c0 100644
--- a/ports/ogre/portfile.cmake
+++ b/ports/ogre/portfile.cmake
@@ -103,7 +103,7 @@ if(NOT VCPKG_CMAKE_SYSTEM_NAME)
if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
file(RENAME ${CURRENT_PACKAGES_DIR}/debug/lib/OgreMain_d.lib ${CURRENT_PACKAGES_DIR}/debug/lib/manual-link/OgreMain_d.lib)
else()
- file(RENAME ${CURRENT_PACKAGES_DIR}/lib/OgreMainStatic_d.lib ${CURRENT_PACKAGES_DIR}/lib/manual-link/OgreMainStatic_d.lib)
+ file(RENAME ${CURRENT_PACKAGES_DIR}/debug/lib/OgreMainStatic_d.lib ${CURRENT_PACKAGES_DIR}/debug/lib/manual-link/OgreMainStatic_d.lib)
endif()
endif()