3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00

changed dlopen flags to support plugins

This commit is contained in:
Benedikt Tutzer 2018-10-25 16:19:22 +02:00
parent e7880bab20
commit 0b81629779

3
__init__.py Normal file
View file

@ -0,0 +1,3 @@
import os
import sys
sys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)