From e99d6131b98c8156ad58a7bb382d3b79feb32741 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Tue, 14 May 2024 08:40:08 +0200 Subject: [PATCH] python is release only --- ports/py-qscintilla/portfile.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/py-qscintilla/portfile.cmake b/ports/py-qscintilla/portfile.cmake index 7c2ec76..cbb4f34 100644 --- a/ports/py-qscintilla/portfile.cmake +++ b/ports/py-qscintilla/portfile.cmake @@ -1,3 +1,5 @@ +set(VCPKG_BUILD_TYPE release) + vcpkg_download_distfile(ARCHIVE URLS "https://www.riverbankcomputing.com/static/Downloads/QScintilla/${VERSION}/QScintilla_src-${VERSION}.tar.gz" FILENAME "QScintilla-${VERSION}.tar.gz"