We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2833b13 commit 8f417f4Copy full SHA for 8f417f4
1 file changed
cmake/Yokai/Detection/detect
@@ -27,7 +27,7 @@
27
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
29
# Test script not used by the CMake build system. Usage example:
30
-# ./detect gcc
+# ./detect cc
31
32
set -ueo pipefail
33
@@ -53,6 +53,7 @@ do
53
"${@}" "${file_path}" -o "${temp_file}" 2>&1 \
54
| grep '<REPORT<' \
55
| sed -e 's/.*<REPORT<//;s/>REPORT>.*//' \
56
+ | sed -e 's/YOKAI_COMPILER/YOKAI_C_COMPILER/' \
57
| sed -e 's/YOKAI_SYSTEM/YOKAI_TARGET_SYSTEM/' \
58
| sed -e 's/YOKAI_ARCH/YOKAI_TARGET_ARCH/' \
59
| sed -E 's/^([^=]+)=/\U\1=/' \
0 commit comments