mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Remove sOptions assignment in MACH gcc detect
Stop forcing sOptions = "C/C++" in db/MACH/compiler_gcc.4.sg when libgcc_s.1.dylib is present. The detection now only sets bDetected, avoiding an unintended override of compiler option state elsewhere.
This commit is contained in:
parent
5890991148
commit
d0fb016461
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ function detect() {
|
|||
} */
|
||||
|
||||
if (MACH.isLibraryPresent("libgcc_s.1.dylib")) {
|
||||
sOptions = "C/C++";
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue