File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
serious_python_windows/windows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ class PackageCommand extends Command {
543543 }
544544
545545 var pythonArchiveFilename =
546- "cpython-$buildPythonVersion +$buildPythonReleaseDate -$arch -install_only .tar.gz" ;
546+ "cpython-$buildPythonVersion +$buildPythonReleaseDate -$arch -install_only_stripped .tar.gz" ;
547547
548548 var pythonArchivePath =
549549 path.join (_buildDir! .path, pythonArchiveFilename);
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$<$<CONFIG:Debug>:_d> .lib"
66+ "${PYTHON_PACKAGE} /libs/python314.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$<$<CONFIG:Debug>:_d> .dll"
74- "${PYTHON_PACKAGE} /python3$<$<CONFIG:Debug>:_d> .dll"
73+ "${PYTHON_PACKAGE} /python314.dll"
74+ "${PYTHON_PACKAGE} /python3.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