forked from AuroraMiddleware/gtk
build: The private reftest library needs to be shared
Otherwise the module and gtk-reftest will each have their own copy and that'll mean all symbols - and inhibiting the shutdown - will exist twice. Not good.
This commit is contained in:
parent
90f460c236
commit
a8dccef507
@ -1,5 +1,5 @@
|
||||
# FIXME: $(no_undefined) ?
|
||||
libgtkreftestprivate = static_library('gtkreftestprivate',
|
||||
libgtkreftestprivate = shared_library('gtkreftestprivate',
|
||||
'reftest-compare.c', 'reftest-module.c', 'reftest-snapshot.c',
|
||||
dependencies : libgtk_dep)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user