diff options
| -rw-r--r-- | ports/directxtk/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/directxtk/portfile.cmake b/ports/directxtk/portfile.cmake index ebecf5004..fc4418d75 100644 --- a/ports/directxtk/portfile.cmake +++ b/ports/directxtk/portfile.cmake @@ -31,7 +31,7 @@ file(INSTALL ${SOURCE_PATH}/Bin/Desktop_2015/${BUILD_ARCH}/Debug/DirectXTK.lib DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib) -set(DXTK_TOOL_PATH ${CURRENT_PACKAGES_DIR}/tools) +set(DXTK_TOOL_PATH ${CURRENT_PACKAGES_DIR}/tools/directxtk) file(MAKE_DIRECTORY ${DXTK_TOOL_PATH}) file(INSTALL |
