Skip to content

Commit

Permalink
Yay
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Aug 21, 2022
1 parent a89e706 commit 2ae9618
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 @@ -157,7 +157,7 @@ if not meson.can_run_host_binaries()
dependency('dl', native: true, required: false),
]
foreach name : system_lib_names.get(build_os, [])
system_native_deps += cpp_native.find_library(name, native: true)
system_native_deps += cpp_native.find_library(name)
endforeach
if build_os == 'linux' and not cpp_native.has_function('clock_gettime')
system_native_deps += cpp_native.find_library('rt')
Expand Down

0 comments on commit 2ae9618

Please sign in to comment.