Skip to content

Commit 685d6ca

Browse files
committed
add so version script
1 parent c789f84 commit 685d6ca

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

so-version-script

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
lang_cpp {
2+
global:
3+
extern "C++" {
4+
tera::*;
5+
teraeasy::*;
6+
};
7+
local:
8+
*;
9+
};
10+
11+
lang_c {
12+
global:
13+
extern "C" {
14+
tera_*;
15+
Java_com_baidu_tera_*;
16+
};
17+
local:
18+
*;
19+
};
20+
21+

0 commit comments

Comments
 (0)