Skip to content

Commit

Permalink
Removed another cpp mention.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Sep 24, 2021
1 parent a68fff2 commit 10f2807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if not get_option('source-only')
if host_machine.system() == 'windows'
# Note that we need to explicitly add the windows socket DLL because
# the pkg-config file from reproc does not include it.
lite_deps += meson.get_compiler('cpp').find_library('ws2_32', required: true)
lite_deps += meson.get_compiler('c').find_library('ws2_32', required: true)
endif
endif
#===============================================================================
Expand Down

0 comments on commit 10f2807

Please sign in to comment.