Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
Test a fix from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277905 to see how it affects all the builds.
  • Loading branch information
hdholm authored Mar 23, 2024
1 parent dae5654 commit 041094d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ flags = '-Wl,--version-script=' + meson.current_source_dir() + '/libjose.map'
code = 'int main() { return 0; }'
cc = meson.get_compiler('c')

if not cc.links(code, args: flags, name: '-Wl,--version-script=...')
flags = [ '-export-symbols-regex=^jose_.*' ]
endif

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

0 comments on commit 041094d

Please sign in to comment.