diff options
| author | 周杰 <flysha@live.com> | 2017-01-25 22:37:18 +0800 |
|---|---|---|
| committer | 周杰 <flysha@live.com> | 2017-01-25 22:37:18 +0800 |
| commit | db9ea49377ef1e393d7c8e8ac64b4cfc42bbe99c (patch) | |
| tree | f7b3a8393ee299517dd6828dd813f67236a3031b | |
| parent | 2d4fb63bf8f91b021ac2be00a0f966a78bb71f73 (diff) | |
| download | vcpkg-db9ea49377ef1e393d7c8e8ac64b4cfc42bbe99c.tar.gz vcpkg-db9ea49377ef1e393d7c8e8ac64b4cfc42bbe99c.zip | |
[directxtk] rollback toolpath
| -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 |
