mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-28 01:56:12 +00:00
Fix ragg2 *.c on macOS
This commit is contained in:
parent
11a643b423
commit
b50e7e9602
@ -139,7 +139,8 @@ static struct cEnv_t* r_egg_Cfile_set_cEnv(const char *arch, const char *os, int
|
||||
cEnv->TEXT = ".text";
|
||||
cEnv->FMT = "pe";
|
||||
} else if (isXNU(os)) {
|
||||
cEnv->TEXT = "0.__TEXT.__text";
|
||||
//cEnv->TEXT = "0.__TEXT.__text";
|
||||
cEnv->TEXT = "0..__text";
|
||||
} else {
|
||||
cEnv->TEXT = ".text";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user