aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-17 19:16:27 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-17 19:16:27 +0100
commit1b0c3819af5eb1f481db51e4dbdfd7e00757ddaf (patch)
treea7b7607cbf150213350652ec18331ba4719524a6 /pyGHDL
parente40d6459af3d275ca8329ec5a03ff0113d54a3d9 (diff)
downloadghdl-1b0c3819af5eb1f481db51e4dbdfd7e00757ddaf.tar.gz
ghdl-1b0c3819af5eb1f481db51e4dbdfd7e00757ddaf.tar.bz2
ghdl-1b0c3819af5eb1f481db51e4dbdfd7e00757ddaf.zip
Revert "standalone pyGHDL: put libraries in lib (instead of bin)"
This reverts commit 0574c562f9b1152e1077323f1bd8e57c2afda544.
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/libghdl/__init__.py2
1 files changed, 1 insertions, 1 deletions
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