mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
eefd58579e1e7e777e90166d494e71bea8fc8b2e
which was used to detect icc, but on some platforms such as solaris 10 which always returns 0, even when the command is not found on the path. This commit updates the invocation to use the test_path function instead, which does return non-zero on solaris 10 in the failure case.
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%