Module: Mesa Branch: master Commit: 311470fa64423f6ea2cadabf18c90aee07339aa0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=311470fa64423f6ea2cadabf18c90aee07339aa0
Author: Eric Anholt <[email protected]> Date: Wed Nov 18 10:18:21 2020 -0800 meson: Remove old todo comment about pthread stubs. Noticed while making my last change. pthread stubs are long dead, we actually use threads all over now. Reviewed-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7695> --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index d866e7313cb..d6cd3136b36 100644 --- a/meson.build +++ b/meson.build @@ -1657,8 +1657,6 @@ else asan_c_args = ['-DBUILT_WITH_ASAN=0'] endif -# pthread stubs. Lets not and say we didn't - if host_machine.system() == 'windows' # Prefer the winflexbison versions, they're much easier to install and have # better windows support. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
