Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <vsoftco@gmail.com>
  • Loading branch information
vsoftco committed Jan 23, 2025
1 parent 60f9469 commit 03af6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _load_shared_obj(name):
):
(extra_compile_args.append("-DNOMINMAX"),)
extra_compile_args.append("-Ilibs/third_party/pthreadwin32")
extra_compile_args.append("/utf8")
extra_compile_args.append("/utf-8")

ext_modules = [
Pybind11Extension(
Expand Down

0 comments on commit 03af6bf

Please sign in to comment.