Skip to content

Commit dd4f14a

Browse files
committed
update nlopt_py path
1 parent cba24f9 commit dd4f14a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def build_extension(self, ext: Extension):
8686
)
8787

8888
# Copy over the important bits
89-
nlopt_py = build_dir / "extern" / "nlopt" / "src" / "swig" / "nlopt.py"
89+
nlopt_py = build_dir / "extern" / "nlopt" / "src" / "swig" / "python" / "nlopt.py"
9090

9191
logging.info(
9292
f"Ext Dir - {ext_dir}\n"

0 commit comments

Comments
 (0)