Skip to content

Commit

Permalink
CI: windows build: try adding C++ argument to allow multiple defs
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 7, 2023
1 parent 906fcca commit 5537786
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ project(
],
)

# Hack attempt to fix Windows build on CI.
add_global_arguments('-Wl,allow-multiple-definitiions', language : 'cpp')

cc = meson.get_compiler('c')
cpp = meson.get_compiler('cpp')

Expand Down

0 comments on commit 5537786

Please sign in to comment.