build: Use break in foreach loop
Since meson 0.49.0, `break` keyword can be used inside loops. This feature has been used to stop when checking functions in headers that makes avoiding loop iterations. [0] http://mesonbuild.com/Release-notes-for-0-49-0.html#foreach-break-and-continue
Showing
Please register or sign in to comment