diff options
| author | Jon Spencer <jon@jonspencer.ca> | 2019-02-15 11:09:02 -0800 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-02-15 11:09:02 -0800 |
| commit | ed3b364917ff051885ff4b39eb4ed5ca4087c31b (patch) | |
| tree | 0b4e805a87348b9a1e03e9f1af7be3c5483a41a2 | |
| parent | 04263dd7a435030e2e87b0ab12432d14a0747c5c (diff) | |
| download | vcpkg-ed3b364917ff051885ff4b39eb4ed5ca4087c31b.tar.gz vcpkg-ed3b364917ff051885ff4b39eb4ed5ca4087c31b.zip | |
[shaderc] install executable files on linux and macos (#5372)
| -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 |
