diff options
| -rw-r--r-- | ports/shaderc/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/shaderc/portfile.cmake b/ports/shaderc/portfile.cmake index d3ed5d023..c77110dbe 100644 --- a/ports/shaderc/portfile.cmake +++ b/ports/shaderc/portfile.cmake @@ -36,7 +36,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() -file(GLOB EXES "${CURRENT_PACKAGES_DIR}/bin/*.exe") +file(GLOB EXES "${CURRENT_PACKAGES_DIR}/bin/*${CMAKE_EXECUTABLE_SUFFIX}") file(COPY ${EXES} DESTINATION ${CURRENT_PACKAGES_DIR}/tools) #Safe to remove as libs are static |
