We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4644e4f commit 4b6a467Copy full SHA for 4b6a467
1 file changed
test/mkmf/test_egrep_cpp.rb
@@ -20,6 +20,8 @@ def test_cxx_egrep_cpp
20
#error not C++
21
#endif
22
SRC
23
+ rescue Errno::ENOENT
24
+ omit "C++ compiler not available: #{$!.message}"
25
end
26
27
0 commit comments