summaryrefslogtreecommitdiff
path: root/hw/xfree86/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/meson.build')
-rw-r--r--hw/xfree86/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/meson.build b/hw/xfree86/meson.build
index c80964ea4..8b657acf0 100644
--- a/hw/xfree86/meson.build
+++ b/hw/xfree86/meson.build
@@ -75,6 +75,8 @@ endif
if host_machine.system() == 'cygwin' or host_machine.system() == 'windows'
linker_export_flags = '-Wl,--export-all-symbols'
+elif host_machine.system() == 'sunos'
+ linker_export_flags = []
else
linker_export_flags = '-Wl,--export-dynamic'
endif