onnxruntime/onnxruntime/python/version_script.lds

10 lines
143 B
Text
Raw Normal View History

2018-11-20 00:48:22 +00:00
#_init and _fini should be local
VERS_1.0 {
global:
PyInit_onnxruntime_pybind11_state;
# Hide everything else.
local:
*;
};