Skip to content

Commit

Permalink
fix quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
kuelumbus committed Jan 5, 2025
1 parent cb947ac commit 6d2dfc5
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 @@ -290,7 +290,7 @@ def to_win_path(pt: Path):
ldshared = sysconfig.get_config_var('LDSHARED').replace("-arch x86_64", "")
os.environ['LDSHARED'] = ldshared
options += [
f"-DLDSHARED={ldshared}"
f'-DLDSHARED="{ldshared}"'
]


Expand Down

0 comments on commit 6d2dfc5

Please sign in to comment.