Skip to content
Snippets Groups Projects
Commit 330dd67b authored by John Koleszar's avatar John Koleszar
Browse files

Fix MinGW toolchain detection

Updated the comment in change I6bef2ab5, but missed adding the code to
the commit.

Change-Id: I14d300489b79730e3995175bfe5f9271b569abe3
parent f5aeef6e
No related branches found
No related tags found
No related merge requests found
......@@ -519,7 +519,7 @@ process_common_toolchain() {
tgt_isa=universal
tgt_os=darwin9
;;
*msys*|*cygwin*)
*mingw32*|*cygwin*)
tgt_os=win32
;;
*linux*|*bsd*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment