aboutsummaryrefslogtreecommitdiff
path: root/ports/sndfile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sndfile')
-rw-r--r--ports/sndfile/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sndfile/portfile.cmake b/ports/sndfile/portfile.cmake
index 22f1579e8..f11a8695e 100644
--- a/ports/sndfile/portfile.cmake
+++ b/ports/sndfile/portfile.cmake
@@ -37,7 +37,7 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
-if(WIN32)
+if(NOT VCPKG_CMAKE_SYSTEM_NAME OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
vcpkg_fixup_cmake_targets(CONFIG_PATH cmake)
else()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/SndFile)