mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
gcc: Improve writing style in post-installation notes (#2528)
This commit is contained in:
parent
512daae580
commit
ce54880c1d
5
gcc.json
5
gcc.json
@ -15,5 +15,8 @@
|
||||
}
|
||||
},
|
||||
"env_add_path": "bin",
|
||||
"notes": "The 64bit version is built with Structured Exception Handling (SEH), the 32bit is built with DWARF. Both 64bit and 32bit support Posix threading model"
|
||||
"notes": [
|
||||
"The 64-bit version is built with Structured Exception Handling (SEH), whereas the 32-bit version is built with DWARF.",
|
||||
"Both 64-bit and 32-bit versions use the POSIX threading model."
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user