Skip to content

Commit

Permalink
build_pdfium: windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Feb 25, 2023
1 parent a76651a commit 3424202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupsrc/pypdfium2_setup/build_pdfium.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def pack(src_libpath, v_libpdfium, destname=None):
def get_tool(name):
bin = DepotToolsDir / name
if sys.platform.startswith("win32"):
bin += ".bat"
bin = bin.with_suffix(".bat")
return bin


Expand Down

0 comments on commit 3424202

Please sign in to comment.