mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-27 20:18:01 +02:00
Improvements to target triple override
This commit is contained in:
parent
db015a4112
commit
d375c805c9
9 changed files with 97 additions and 34 deletions
|
@ -9,7 +9,7 @@ namespace System
|
|||
#if BF_PLATFORM_WINDOWS
|
||||
public static readonly String NewLine = "\r\n";
|
||||
#else
|
||||
public static readonly String NewLine = new String("\n");
|
||||
public static readonly String NewLine = "\n";
|
||||
#endif // BF_PLATFORM_WINDOWS
|
||||
|
||||
public static OperatingSystem OSVersion = new OperatingSystem() ~ delete _;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue