From 3e301b8e708e94be0512d8425c33c418a81e5cf7 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Mon, 3 Aug 2020 00:54:43 +0200 Subject: libseat: Use symbol file instead of -fvisibility --- libseat/libseat.syms | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libseat/libseat.syms (limited to 'libseat/libseat.syms') diff --git a/libseat/libseat.syms b/libseat/libseat.syms new file mode 100644 index 0000000..8fd9732 --- /dev/null +++ b/libseat/libseat.syms @@ -0,0 +1,6 @@ +{ + global: + libseat_*; + local: + *; +}; -- cgit v1.2.3