From 1b0c3819af5eb1f481db51e4dbdfd7e00757ddaf Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 17 Jan 2023 19:16:27 +0100 Subject: Revert "standalone pyGHDL: put libraries in lib (instead of bin)" This reverts commit 0574c562f9b1152e1077323f1bd8e57c2afda544. --- pyGHDL/libghdl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/libghdl/__init__.py') diff --git a/pyGHDL/libghdl/__init__.py b/pyGHDL/libghdl/__init__.py index b6516abb8..2be39d1d6 100644 --- a/pyGHDL/libghdl/__init__.py +++ b/pyGHDL/libghdl/__init__.py @@ -164,7 +164,7 @@ def _initialize(): if sys_platform == "win32" and sys_version_info.major == 3 and sys_version_info.minor >= 8: from os import add_dll_directory as os_add_dll_directory - p1 = _libghdl_path.parent.parent / "lib" + p1 = _libghdl_path.parent.parent / "bin" os_add_dll_directory(str(p1)) # Load libghdl shared object -- cgit v1.2.3