-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update emsdk dependency to match what emsdk produces #105434
Update emsdk dependency to match what emsdk produces #105434
Conversation
actually it looks there is a reference to this package in part of the tooling, let me see if I can clean that up |
@lewing I also needed to clean up the version props, if you aren't getting to that too |
@@ -108,7 +108,7 @@ | |||
Only wasi doesn't come with its own python and windows uses 32-bit python, so refer to the transport pack instead. | |||
--> | |||
<PropertyGroup Condition="'$(HostOS)' == 'windows' and '$(TargetsWasi)' == 'true'"> | |||
<PythonCmd>$([MSBuild]::NormalizePath('$(PkgMicrosoft_NET_Runtime_Emscripten_3_1_34_Python_win-x64)', 'tools', 'python'))</PythonCmd> | |||
<PythonCmd>$([MSBuild]::NormalizePath('$(PkgMicrosoft_NET_Runtime_Emscripten_3_1_56_Python_win-x64)', 'tools', 'python'))</PythonCmd> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see an obvious way to keep the version string out of this one, the plan is to move this logic to emsdk properly where it is easier to do
cc @radekdoulik
/ba-g analysis is green but preview branch |
No description provided.