diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2022-03-30 12:58:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-30 12:58:12 +0100 |
| commit | abf0fd7efccdb3e85381261c4c69b058d8289f2d (patch) | |
| tree | ba7463d5210c21d1736000f94246b3c40a1fe7f2 /core/runtime | |
| parent | a3c81374bebedf87374e0e15ffda3cae0e2d8cfe (diff) | |
| parent | a632db361849f80b888faf282b1b95c43ec37432 (diff) | |
Merge pull request #1671 from colrdavidson/add_nocrt
Make no crt work on Linux
Diffstat (limited to 'core/runtime')
| -rw-r--r-- | core/runtime/entry_unix.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/runtime/entry_unix.odin b/core/runtime/entry_unix.odin index 1a3def200..9f7d219c3 100644 --- a/core/runtime/entry_unix.odin +++ b/core/runtime/entry_unix.odin @@ -30,4 +30,4 @@ when ODIN_BUILD_MODE == .Dynamic { #force_no_inline _cleanup_runtime() return 0 } -}
\ No newline at end of file +} |