aboutsummaryrefslogtreecommitdiff
path: root/ports/libsamplerate
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libsamplerate')
-rw-r--r--ports/libsamplerate/CONTROL2
-rw-r--r--ports/libsamplerate/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/libsamplerate/CONTROL b/ports/libsamplerate/CONTROL
index dc0bf20dc..36e5df98c 100644
--- a/ports/libsamplerate/CONTROL
+++ b/ports/libsamplerate/CONTROL
@@ -1,4 +1,4 @@
Source: libsamplerate
-Version: 0.1.9.0
+Version: 0.1.9.0-1
Homepage: https://www.mega-nerd.com/SRC
Description: Sample Rate Converter for audio
diff --git a/ports/libsamplerate/portfile.cmake b/ports/libsamplerate/portfile.cmake
index 87712f6d2..9cd648a6d 100644
--- a/ports/libsamplerate/portfile.cmake
+++ b/ports/libsamplerate/portfile.cmake
@@ -15,6 +15,7 @@ file(COPY ${SOURCE_PATH}/Win32/config.h DESTINATION ${SOURCE_PATH}/src)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}/src
+ PREFER_NINJA
)
vcpkg_install_cmake()