Skip to content

Commit 972a185

Browse files
committed
fixup
1 parent 2efb676 commit 972a185

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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)