diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-02 15:23:44 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-02 15:23:44 -0700 |
| commit | 9b603bd884934a5d0882109378672ecc34ec1b02 (patch) | |
| tree | e0b3e5925a1f6ee4690aecfb7a51ec1dfc5d768f | |
| parent | ca79ebf498a841fec0f8da8e29ff04e0cf5f043a (diff) | |
| download | vcpkg-9b603bd884934a5d0882109378672ecc34ec1b02.tar.gz vcpkg-9b603bd884934a5d0882109378672ecc34ec1b02.zip | |
[libmysql] Do not create empty directory
| -rw-r--r-- | ports/libmysql/portfile.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/libmysql/portfile.cmake b/ports/libmysql/portfile.cmake index dd85e104d..9c2aafdc1 100644 --- a/ports/libmysql/portfile.cmake +++ b/ports/libmysql/portfile.cmake @@ -42,7 +42,6 @@ file(REMOVE_RECURSE file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share - ${CURRENT_PACKAGES_DIR}/debug/share ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) |
