summaryrefslogtreecommitdiff
blob: 5184debb2b68d4e80b5454c6ae3426a885bbd3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/meson.build
+++ b/src/meson.build
@@ -21,7 +21,7 @@
   'writer.c'
 ]
 
-libsixel = both_libraries('sixel',
+libsixel = shared_library('sixel',
   sources,
   include_directories: [inc, inc_config],
   dependencies: libsixel_deps,