Skip to content

Commit 1eeae0a

Browse files
committed
fixup
1 parent 2efb676 commit 1eeae0a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

PCbuild/_hashlib.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
</ItemDefinitionGroup>
100100
<ItemGroup>
101101
<ClCompile Include="..\Modules\_hashopenssl.c" />
102+
<ClCompile Include="..\Modules\_hashlib\hashlib_buffer.c" />
103+
<ClCompile Include="..\Modules\_hashlib\hashlib_fetch.c" />
102104
</ItemGroup>
103105
<ItemGroup>
104106
<ClInclude Include="..\Modules\_hashlib\hashlib.h" />

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@
449449
</ClCompile>
450450
<ClCompile Include="..\Modules\_hashlib\hashlib_buffer.c" />
451451
<ClInclude Include="..\Modules\_hashlib\hashlib_buffer.h" />
452+
<ClCompile Include="..\Modules\_hashlib\hashlib_fetch.c" />
452453
<ClInclude Include="..\Modules\_hashlib\hashlib_fetch.h" />
453454
<ClInclude Include="..\Modules\_hashlib\hashlib_mutex.h" />
454455
<ClCompile Include="..\Modules\_heapqmodule.c" />

Tools/wasm/wasi/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def find_wasi_sdk():
178178

179179
def wasi_sdk_env(context):
180180
"""Calculate environment variables for building with wasi-sdk."""
181-
wasi_sdk_path = context.wasi_sdk_path.absolute()
181+
wasi_sdk_path = context.wasi_sdk_path
182182
sysroot = wasi_sdk_path / "share" / "wasi-sysroot"
183183
env = {"CC": "clang", "CPP": "clang-cpp", "CXX": "clang++",
184184
"AR": "llvm-ar", "RANLIB": "ranlib"}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy