File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/serious_python_windows/windows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ include_directories(
6363target_link_libraries (${PLUGIN_NAME} PRIVATE flutter flutter_wrapper_plugin)
6464
6565target_link_libraries (${PLUGIN_NAME} PRIVATE
66- "${PYTHON_PACKAGE} /libs/python314.lib"
66+ "${PYTHON_PACKAGE} /libs/python314$<$<CONFIG:Debug>:_d> .lib"
6767)
6868
6969# List of absolute paths to libraries that should be bundled with the plugin.
7070# This list could contain prebuilt libraries, or libraries created by an
7171# external build triggered from this build file.
7272set (serious_python_windows_bundled_libraries
73- "${PYTHON_PACKAGE} /python314.dll"
74- "${PYTHON_PACKAGE} /python3.dll"
73+ "${PYTHON_PACKAGE} /python314$<$<CONFIG:Debug>:_d> .dll"
74+ "${PYTHON_PACKAGE} /python3$<$<CONFIG:Debug>:_d> .dll"
7575 "$ENV{WINDIR} /system32/msvcp140.dll"
7676 "$ENV{WINDIR} /system32/vcruntime140.dll"
7777 "$ENV{WINDIR} /system32/vcruntime140_1.dll"
You can’t perform that action at this time.
0 commit comments