We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7384333 commit 45f6c43Copy full SHA for 45f6c43
python/pyluxcore/__init__.py
@@ -73,7 +73,8 @@ def ensure_nvrtc():
73
if platform.system() == "Linux":
74
libpath = modpath / "lib"
75
elif platform.system() == "Windows":
76
- libpath = modpath / "bin" / "x86_64"
+ # libpath = modpath / "bin" / "x86_64" # (starting with 13.x)
77
+ libpath = modpath / "bin"
78
else:
79
return
80
0 commit comments