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 710f53b commit de4aef4Copy full SHA for de4aef4
1 file changed
cmake/Yokai/Detection/detect
@@ -56,7 +56,7 @@ do
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=/' \
+ | awk -F= '{print toupper($1) "=" $2}' \
60
|| "${@}" "${file_path}" -o "${temp_file}"
61
62
rm "${temp_file}"
0 commit comments