Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
typo (that didn't seem to make a difference, but...)
  • Loading branch information
hdholm authored Mar 23, 2024
1 parent a3ad0c1 commit f8e91ff
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 @@ -2,7 +2,7 @@ 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,--undefined-version --version-script=...')
if not cc.links(code, args: flags, name: '-Wl,--undefined-version, --version-script=...')
flags = [ '-export-symbols-regex=^jose_.*' ]
endif

Expand Down

0 comments on commit f8e91ff

Please sign in to comment.