File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ C:\mingw64\bin\dlltool.exe -- version
2
+
1
3
# download python 3.11.8 source code
2
4
curl - o Python- 3.11 .8. tgz https:// www.python.org/ ftp/ python/ 3.11 .8 / Python- 3.11 .8. tgz
3
5
# extract the tarball
@@ -32,9 +34,8 @@ Write-Host "Generating delay libraries for Python 3.11.8..."
32
34
33
35
Get-Command dlltool
34
36
35
- dlltool -- version
36
- dlltool -- input- def ../ exports.def -- output- delaylib " ./python-build/python311.lib" -- dllname " ./PCbuild/win32/python311.dll"
37
- dlltool -- input- def ../ exports.def -- output- delaylib " ./python-build/python311_d.lib" -- dllname " ./PCbuild/win32/python311_d.dll"
37
+ C:\mingw64\bin\dlltool.exe -- input- def ../ exports.def -- output- delaylib " ./python-build/python311.lib" -- dllname " ./PCbuild/win32/python311.dll"
38
+ C:\mingw64\bin\dlltool.exe -- input- def ../ exports.def -- output- delaylib " ./python-build/python311_d.lib" -- dllname " ./PCbuild/win32/python311_d.dll"
38
39
39
40
Write-Host " Done!"
40
41
You can’t perform that action at this time.
0 commit comments