We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5587177 commit f3f2227Copy full SHA for f3f2227
scripts/test_ports/vcpkg-ci-nanobind/portfile.cmake
@@ -15,11 +15,6 @@ vcpkg_from_github(
15
HEAD_REF master
16
)
17
18
-# This is needed to correctly build/link against a debug build of Python on
19
-# Windows
20
-string(APPEND VCPKG_CXX_FLAGS_DEBUG " -DPy_DEBUG")
21
-string(APPEND VCPKG_C_FLAGS_DEBUG " -DPy_DEBUG")
22
-
23
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
24
25
vcpkg_cmake_build()
scripts/test_ports/vcpkg-ci-nanobind/vcpkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vcpkg-ci-nanobind",
3
- "version": "0.0.1",
+ "version-date": "2025-04-03",
4
"description": "A nanobind example project",
5
"homepage": "https://nanobind.readthedocs.io/en/latest/",
6
"license": "BSD-3-Clause",
0 commit comments