mirror of https://github.com/YosysHQ/yosys.git
changed dlopen flags to support plugins
This commit is contained in:
parent
e7880bab20
commit
0b81629779
|
@ -0,0 +1,3 @@
|
|||
import os
|
||||
import sys
|
||||
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)
|
Loading…
Reference in New Issue