this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Improve the warning when executing Go binaries (#193)

+2 -2
+2 -2
src/libdyld/MachOObject.cpp
··· 551 551 else 552 552 { 553 553 std::cerr << "Beware! This executable does not link against libSystem. " 554 - "It is very likely a copy-protected executable which makes direct system calls.\n" 555 - "Darling currently cannot support that.\n"; 554 + "It is very likely a Go binary or an otherwise non-standard executable that makes direct system calls.\n" 555 + "Darling currently doesn't support that (#193).\n"; 556 556 } 557 557 } 558 558