Skip to content

Commit 1f06590

Browse files
ankitm3kjatinwadhwa921
authored andcommitted
update: Enable shared libs linker flags for linux & macos
1 parent b5a3d93 commit 1f06590

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
_GetProvider
2+
_CreateEpFactories
3+
_ReleaseEpFactory

onnxruntime/core/providers/openvino/version_script.lds

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#_init and _fini should be local
22
VERS_1.0 {
33
global:
4-
GetProvider;
4+
GetProvider;
5+
CreateEpFactories;
6+
ReleaseEpFactory;
57

68
# Hide everything else.
79
local:

0 commit comments

Comments
 (0)