Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz authored Oct 9, 2024
1 parent b4b538f commit 2c2db54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


if platform.system().startswith(("Windows", "MSYS", "CYGWIN", "MINGW")):
libbase = os.path.join(os.path.dirname(__file__), "cppinterface", "lib")
libbase = os.path.join(os.path.dirname(__file__), "amplpython", "cppinterface", "lib")
lib64 = os.path.join(libbase, "amd64")
from glob import glob

Expand Down

0 comments on commit 2c2db54

Please sign in to comment.