mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 04:13:39 +00:00
changed dlopen flags to support plugins
This commit is contained in:
parent
e7880bab20
commit
0b81629779
1 changed files with 3 additions and 0 deletions
3
__init__.py
Normal file
3
__init__.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import os
|
||||||
|
import sys
|
||||||
|
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)
|
Loading…
Add table
Add a link
Reference in a new issue