We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba24f9 commit dd4f14aCopy full SHA for dd4f14a
1 file changed
extensions.py
@@ -86,7 +86,7 @@ def build_extension(self, ext: Extension):
86
)
87
88
# Copy over the important bits
89
- nlopt_py = build_dir / "extern" / "nlopt" / "src" / "swig" / "nlopt.py"
+ nlopt_py = build_dir / "extern" / "nlopt" / "src" / "swig" / "python" / "nlopt.py"
90
91
logging.info(
92
f"Ext Dir - {ext_dir}\n"
0 commit comments