Skip to content

Commit

Permalink
jose: build library only as shared (#119)
Browse files Browse the repository at this point in the history
Needed because of constructor usage in library.
  • Loading branch information
neheb authored May 30, 2023
1 parent 786b426 commit b72f8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if not cc.links(code, args: flags, name: '-Wl,--version-script=...')
flags = [ '-export-symbols-regex=^jose_.*' ]
endif

libjose_lib = library('jose',
libjose_lib = shared_library('jose',
'misc.c', 'misc.h',
'cfg.c',
'io.c',
Expand Down

0 comments on commit b72f8ca

Please sign in to comment.