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 000faf8 commit 813b85cCopy full SHA for 813b85c
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
@@ -54,6 +54,7 @@ do
54
| grep '<REPORT<' \
55
| sed -e 's/.*<REPORT<//;s/>REPORT>.*//' \
56
| sed -E 's/^([^=]+)=/\U\1=/' \
57
+ | sed -r 's/YOKAI_COMPILER/YOKAI_C_COMPILER/' \
58
| sed -r 's/YOKAI_SYSTEM/YOKAI_TARGET_SYSTEM/' \
59
| sed -r 's/YOKAI_ARCH/YOKAI_TARGET_ARCH/' \
60
|| "${@}" "${file_path}" -o "${temp_file}"
0 commit comments