Skip to content

Commit 45f6c43

Browse files
committed
pyluxcore: downgrade nvrtc (Windows small adaptation
1 parent 7384333 commit 45f6c43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyluxcore/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def ensure_nvrtc():
7373
if platform.system() == "Linux":
7474
libpath = modpath / "lib"
7575
elif platform.system() == "Windows":
76-
libpath = modpath / "bin" / "x86_64"
76+
# libpath = modpath / "bin" / "x86_64" # (starting with 13.x)
77+
libpath = modpath / "bin"
7778
else:
7879
return
7980

0 commit comments

Comments
 (0)